Browse Source

Update PX4 Firmware metadata Wed Apr 7 02:54:58 UTC 2021

QGC4.4
PX4BuildBot 4 years ago
parent
commit
7de76f802d
  1. 6
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

6
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -1147,10 +1147,10 @@
</parameter> </parameter>
<parameter name="COM_ARM_WO_GPS" default="1" type="INT32"> <parameter name="COM_ARM_WO_GPS" default="1" type="INT32">
<short_desc>Allow arming without GPS</short_desc> <short_desc>Allow arming without GPS</short_desc>
<long_desc>The default allows to arm the vehicle without GPS signal.</long_desc> <long_desc>The default allows the vehicle to arm without GPS signal.</long_desc>
<values> <values>
<value code="0">Allow arming without GPS</value> <value code="0">Require GPS lock to arm</value>
<value code="1">Require GPS lock to arm</value> <value code="1">Allow arming without GPS</value>
</values> </values>
</parameter> </parameter>
<parameter name="COM_CPU_MAX" default="90.0" type="FLOAT"> <parameter name="COM_CPU_MAX" default="90.0" type="FLOAT">

Loading…
Cancel
Save