2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2014-02-04 21:04:08 +01:00
|
|
|
<object name="FirmwareIAPObj" singleinstance="true" settings="false" category="System" priority="true">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>Queries board for SN, model, revision, and sends reset command</description>
|
|
|
|
<field name="Command" units="" type="uint16" elements="1"/>
|
|
|
|
<field name="Description" units="" type="uint8" elements="100"/>
|
2014-10-03 18:00:59 +02:00
|
|
|
<field name="CPUSerial" units="hex" type="uint8" elements="12" />
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="BoardRevision" units="" type="uint16" elements="1"/>
|
|
|
|
<field name="BoardType" units="" type="uint8" elements="1"/>
|
2014-02-11 12:38:55 +01:00
|
|
|
<field name="BootloaderRevision" units="" type="uint8" elements="1"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="ArmReset" units="" type="uint8" elements="1"/>
|
|
|
|
<field name="crc" units="" type="uint32" elements="1"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|
|
|
|
|