mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[messages] replace BOOT with AUTOPILOT_VERSION
This commit is contained in:
+3
-2
@@ -4,8 +4,9 @@
|
||||
<!-- messages from modem or sim to server -->
|
||||
<msg_class name="telemetry">
|
||||
|
||||
<message name="BOOT" id="1">
|
||||
<field name="version" type="uint16"/>
|
||||
<message name="AUTOPILOT_VERSION" id="1">
|
||||
<field name="version" type="uint32">version encoded as: MAJOR * 10000 + MINOR * 100 + PATCH</field>
|
||||
<field name="desc" type="char[]">version description as string from paparazzi_version</field>
|
||||
</message>
|
||||
|
||||
<message name="ALIVE" id="2">
|
||||
|
||||
Reference in New Issue
Block a user