mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 11:27:34 +08:00
Merge pull request #844 from PX4/mavlink_batt_fix
mavlink: remaining battery scaling fixed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user