1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Merge pull request #7255 from fgiudice98/master

Increased Vbat precision
This commit is contained in:
Michael Keller 2018-12-29 20:10:25 +13:00 committed by GitHub
commit 78ab31f31f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 142 additions and 120 deletions

View file

@ -3686,7 +3686,7 @@ static void cliStatus(char *cmdline)
// Battery meter
cliPrintLinef("Voltage: %d * 0.1V (%dS battery - %s)", getBatteryVoltage(), getBatteryCellCount(), getBatteryStateString());
cliPrintLinef("Voltage: %d * 0.01V (%dS battery - %s)", getBatteryVoltage(), getBatteryCellCount(), getBatteryStateString());
// Other devices and status