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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2005,7 +2005,7 @@ Version and capability of autopilot software. This should be emitted in response
2005
2005
Field Name | Type | Values | Description
2006
2006
--- | --- | --- | ---
2007
2007
capabilities | `uint64_t` | [MAV_PROTOCOL_CAPABILITY](#MAV_PROTOCOL_CAPABILITY) | Bitmap of capabilities
2008
-
flight_sw_version | `uint32_t` | | Firmware version number
2008
+
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)).
2009
2009
middleware_sw_version | `uint32_t` | | Middleware version number
2010
2010
os_sw_version | `uint32_t` | | Operating system version number
2011
2011
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