Skip to content

Commit 181cb3e

Browse files
committed
MAVLink messages update Thu Apr 10 00:30:38 UTC 2025
1 parent db24181 commit 181cb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/messages/common.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ Version and capability of autopilot software. This should be emitted in response
20072007
Field Name | Type | Values | Description
20082008
--- | --- | --- | ---
20092009
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)).
20112011
middleware_sw_version | `uint32_t` | | Middleware version number
20122012
os_sw_version | `uint32_t` | | Operating system version number
20132013
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)