Skip to content

Commit

Permalink
Update PX4 Firmware metadata Mon Nov 11 13:29:55 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Nov 11, 2024
1 parent 273e57c commit 8775d46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9886,6 +9886,12 @@
<long_desc>This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default.</long_desc>
<reboot_required>True</reboot_required>
</parameter>
<parameter name="BAT1_I_OVERWRITE" default="0" type="FLOAT">
<short_desc>Battery 1 idle current overwrite</short_desc>
<long_desc>This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used.</long_desc>
<decimal>8</decimal>
<reboot_required>True</reboot_required>
</parameter>
<parameter name="BAT1_N_CELLS" default="0" type="INT32">
<short_desc>Number of cells for battery 1</short_desc>
<long_desc>Defines the number of cells the attached battery consists of.</long_desc>
Expand Down Expand Up @@ -9978,6 +9984,12 @@
<long_desc>This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default.</long_desc>
<reboot_required>True</reboot_required>
</parameter>
<parameter name="BAT2_I_OVERWRITE" default="0" type="FLOAT">
<short_desc>Battery 2 idle current overwrite</short_desc>
<long_desc>This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used.</long_desc>
<decimal>8</decimal>
<reboot_required>True</reboot_required>
</parameter>
<parameter name="BAT2_N_CELLS" default="0" type="INT32">
<short_desc>Number of cells for battery 2</short_desc>
<long_desc>Defines the number of cells the attached battery consists of.</long_desc>
Expand Down

0 comments on commit 8775d46

Please sign in to comment.