Browse Source

Update PX4 Firmware metadata Sun Jan 10 18:07:08 UTC 2021

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

6
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -3395,12 +3395,12 @@ but also ignore less noise</short_desc> @@ -3395,12 +3395,12 @@ but also ignore less noise</short_desc>
</parameter>
<parameter name="GF_ALTMODE" default="0" type="INT32">
<short_desc>Geofence altitude mode</short_desc>
<long_desc>Select which altitude reference should be used 0 = WGS84, 1 = AMSL</long_desc>
<long_desc>Select which altitude (AMSL) source should be used for geofence calculations.</long_desc>
<min>0</min>
<max>1</max>
<values>
<value code="0">WGS84</value>
<value code="1">AMSL</value>
<value code="0">Autopilot estimator global position altitude (GPS)</value>
<value code="1">Raw barometer altitude (assuming standard atmospheric pressure)</value>
</values>
</parameter>
<parameter name="GF_COUNT" default="-1" type="INT32">

Loading…
Cancel
Save