Skip to content

Commit 950391c

Browse files
committed
MAVLink messages update Wed Apr 9 00:40:24 UTC 2025
1 parent 15d4114 commit 950391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/messages/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ Version and capability of autopilot software. This should be emitted in response
20052005
Field Name | Type | Values | Description
20062006
--- | --- | --- | ---
20072007
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)).
20092009
middleware_sw_version | `uint32_t` | | Middleware version number
20102010
os_sw_version | `uint32_t` | | Operating system version number
20112011
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

Comments
 (0)