mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
battery: rather undercompensate for load
than over compensate which makes the estimate to high and breaks batteries beause they get flown for too long.
This commit is contained in:
parent
bc220ddb82
commit
2c5a7ea118
@ -58,7 +58,7 @@ parameters:
|
||||
reboot_required: true
|
||||
num_instances: *max_num_config_instances
|
||||
instance_start: 1
|
||||
default: [0.3, 0.3]
|
||||
default: [0.1, 0.1]
|
||||
|
||||
BAT${i}_R_INTERNAL:
|
||||
description:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user