forked from Archive/PX4-Autopilot
mavlink: remaining battery scaling fixed
This commit is contained in:
parent
f8232fa269
commit
1f2e972ea6
|
@ -271,7 +271,7 @@ protected:
|
|||
status->load * 1000.0f,
|
||||
status->battery_voltage * 1000.0f,
|
||||
status->battery_current * 1000.0f,
|
||||
status->battery_remaining,
|
||||
status->battery_remaining * 100.0f,
|
||||
status->drop_rate_comm,
|
||||
status->errors_comm,
|
||||
status->errors_count1,
|
||||
|
|
Loading…
Reference in New Issue