battery voltage x 100

pull/32/head
alanbjohnston 6 years ago committed by GitHub
parent d0bf92e0e4
commit f4e36354ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -801,7 +801,7 @@ if (firstTime != ON)
negYv = reading[MINUS_Y].voltage;
negZv = reading[MINUS_Z].voltage;
batt_c_v = reading[BAT].voltage * 10;
batt_c_v = reading[BAT].voltage * 100;
battCurr = reading[BAT].current;

Loading…
Cancel
Save

Powered by TurnKey Linux.