1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1803 Initial commit

This commit is contained in:
Steve Evans 2015-04-02 19:09:38 +01:00
parent ba217a3d7d
commit a60baf281f

View File

@ -0,0 +1,11 @@
<xml>
<object name="ReceiverStatus" singleinstance="true" settings="false" category="System" priority="true">
<description>Receiver status.</description>
<field name="Quality" units="%" type="uint8" elements="1" defaultvalue="0"/>
<access gcs="readonly" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>