1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-185 Flight/GCS - object to get firmware version and to switch into bootloader mode

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1894 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
kokomojoe 2010-10-06 02:27:57 +00:00 committed by kokomojoe
parent b9fabbe9ce
commit 3c352f1d1d

View File

@ -0,0 +1,14 @@
<xml>
<object name="FirmwareIAPObj" singleinstance="true" settings="false">
<description>Firmware IAP</description>
<field name="Command" units="na" type="uint16" elements="1"/>
<field name="Port" units="na" type="uint32" elements="1"/>
<field name="Version" units="na" type="uint8" elements="3"/>
<field name="SVN" units="na" type="uint16" 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>