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:
commit
78ab31f31f
32 changed files with 142 additions and 120 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue