mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Made ESC feedback and vbat calculation more resilient.
Fixed tests. Cosmetic fix.
This commit is contained in:
parent
fb4559bfa3
commit
e3644ca507
19 changed files with 219 additions and 221 deletions
|
@ -3164,7 +3164,7 @@ static void cliStatus(char *cmdline)
|
|||
|
||||
cliPrintf("System Uptime: %d seconds, Voltage: %d * 0.1V (%dS battery - %s), CPU:%d%%\r\n",
|
||||
millis() / 1000,
|
||||
vbat,
|
||||
getVbat(),
|
||||
batteryCellCount,
|
||||
getBatteryStateString(),
|
||||
constrain(averageSystemLoadPercent, 0, 100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue