2010-12-15 20:06:28 +01:00
|
|
|
<xml>
|
|
|
|
<object name="FirmwareIAPObj" singleinstance="true" settings="false">
|
|
|
|
<description>Firmware IAP</description>
|
|
|
|
<field name="Command" units="na" type="uint16" elements="1"/>
|
|
|
|
<field name="Description" units="na" type="uint8" elements="100"/>
|
2011-01-13 15:36:32 +01:00
|
|
|
<field name="HWVersion" units="na" type="uint16" elements="1"/>
|
2010-12-15 20:06:28 +01:00
|
|
|
<field name="Target" units="na" type="uint8" elements="1"/>
|
|
|
|
<field name="ArmReset" units="na" type="uint8" elements="1"/>
|
|
|
|
<field name="crc" units="na" type="uint32" elements="1"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="never" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|
|
|
|
|