Skip to content

Commit

Permalink
Update PX4 Firmware metadata Tue Oct 8 17:37:46 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Oct 8, 2024
1 parent 17e505c commit 0f32a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10401,10 +10401,10 @@
<decimal>1</decimal>
<increment>0.1</increment>
</parameter>
<parameter name="COM_ARM_BAT_MIN" default="0." type="FLOAT">
<parameter name="COM_ARM_BAT_MIN" default="-1." type="FLOAT">
<short_desc>Minimum battery level for arming</short_desc>
<long_desc>Additional battery level check that only allows arming if the state of charge of the emptiest connected battery is above this value. A value of 0 disables the check.</long_desc>
<min>0</min>
<long_desc>Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold.</long_desc>
<min>-1</min>
<max>0.9</max>
<unit>norm</unit>
<decimal>2</decimal>
Expand Down

0 comments on commit 0f32a3b

Please sign in to comment.