Having issues with simple analogue reading using V1.2
Code Snippet:
float BatteryVoltage = analogRead(ADC); BatteryVoltage = BatteryVoltage / 1000; Serial.print("Battery Reading: "); Serial.print(BatteryVoltage); Serial.println(" v");
This is a screenshot from v1.1:
And this is the exact same code with v1.2:
Any Advice?