Skip to content

Commit

Permalink
Update PX4 Firmware metadata Sun Jan 10 18:07:08 UTC 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jan 10, 2021
1 parent f44fc46 commit 9932de7
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 @@ -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">
Expand Down

0 comments on commit 9932de7

Please sign in to comment.