Commit 5e7d91c9 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Thu Feb 13 14:11:27 UTC 2020

parent a97230c7
......@@ -4084,6 +4084,13 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<value code="2">Always use version 2</value>
</values>
</parameter>
<parameter default="5" name="MAV_RADIO_TOUT" type="INT32">
<short_desc>Timeout in seconds for the RADIO_STATUS reports coming in</short_desc>
<long_desc>If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset.</long_desc>
<min>1</min>
<max>250</max>
<unit>s</unit>
</parameter>
<parameter default="0" name="MAV_SIK_RADIO_ID" type="INT32">
<short_desc>MAVLink SiK Radio ID</short_desc>
<long_desc>When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio</long_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment