diff --git a/src/lib/battery/module.yaml b/src/lib/battery/module.yaml index 0a7db5ccc6..064511d969 100644 --- a/src/lib/battery/module.yaml +++ b/src/lib/battery/module.yaml @@ -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] \ No newline at end of file + default: [0, 0]