You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/messages/common.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2007,7 +2007,7 @@ Version and capability of autopilot software. This should be emitted in response
2007
2007
Field Name | Type | Values | Description
2008
2008
--- | --- | --- | ---
2009
2009
capabilities | `uint64_t` | [MAV_PROTOCOL_CAPABILITY](#MAV_PROTOCOL_CAPABILITY) | Bitmap of capabilities
2010
-
flight_sw_version | `uint32_t` | | Firmware version number.<br>The field must be encoded as 4 bytes, where each byte (shown from MSB to LSB) is part of a semantic version: (major) (minor) (patch) ([FIRMWARE_RELEASE_TYPE](#FIRMWARE_RELEASE_TYPE)).
2010
+
flight_sw_version | `uint32_t` | | Firmware version number.<br>The field must be encoded as 4 bytes, where each byte (shown from MSB to LSB) is part of a semantic version: (major) (minor) (patch) ([FIRMWARE_VERSION_TYPE](#FIRMWARE_VERSION_TYPE)).
2011
2011
middleware_sw_version | `uint32_t` | | Middleware version number
2012
2012
os_sw_version | `uint32_t` | | Operating system version number
2013
2013
board_version | `uint32_t` | | HW / board version (last 8 bits should be silicon ID, if any). The first 16 bits of this field specify https://github.com/PX4/PX4-Bootloader/blob/master/board_types.txt
0 commit comments