mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 14:54:07 +08:00
battery: add ESCs source, remove wrong unit
This commit is contained in:
parent
5beb293a6a
commit
dcd34ed08d
@ -129,12 +129,13 @@ parameters:
|
||||
This parameter controls the source of battery data. The value 'Power Module'
|
||||
means that measurements are expected to come from a power module. If the value is set to
|
||||
'External' then the system expects to receive mavlink battery status messages.
|
||||
If the value is set to 'ESCs', the battery information are taken from the esc_status message.
|
||||
type: enum
|
||||
unit: mAh
|
||||
values:
|
||||
0: Power Module
|
||||
1: External
|
||||
2: ESCs
|
||||
reboot_required: true
|
||||
num_instances: *max_num_config_instances
|
||||
instance_start: 1
|
||||
default: [0, 0]
|
||||
default: [0, 0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user