Browse Source

Update PX4 Firmware metadata Sat Sep 11 19:59:31 UTC 2021

QGC4.4
PX4BuildBot 4 years ago
parent
commit
841bd6d048
  1. 4
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

4
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -7912,7 +7912,7 @@ @@ -7912,7 +7912,7 @@
</parameter>
<parameter name="RC_FAILS_THR" default="0" type="INT32">
<short_desc>Failsafe channel PWM threshold</short_desc>
<long_desc>Set to a value slightly above the PWM value assumed by throttle in a failsafe event, but ensure it is below the PWM value assumed by throttle during normal operation. Use RC_MAP_FAILSAFE to specify which channel is used to check. Note: The default value of 0 is below the epxed range and hence disables the feature.</long_desc>
<long_desc>Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this theshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range).</long_desc>
<min>0</min>
<max>2200</max>
<unit>us</unit>
@ -8078,7 +8078,7 @@ @@ -8078,7 +8078,7 @@
</parameter>
<parameter name="RC_MAP_FAILSAFE" default="0" type="INT32">
<short_desc>Failsafe channel mapping</short_desc>
<long_desc>Configures which channel is used by the receiver to indicate the signal was lost. Futaba receivers do report that way. If 0, whichever channel is mapped to throttle is used otherwise the value indicates the specific RC channel to use Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence diabled.</long_desc>
<long_desc>Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled.</long_desc>
<min>0</min>
<max>18</max>
<values>

Loading…
Cancel
Save