Skip to content

Commit 5f698d5

Browse files
committed
MAVLink messages update Wed Oct 29 03:34:09 UTC 2025
1 parent 8a29d23 commit 5f698d5

File tree

4 files changed

+5
-22
lines changed

4 files changed

+5
-22
lines changed

en/messages/common.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ span.warning {
3737

3838
Type | Defined | Included
3939
--- | --- | ---
40-
[Messages](#messages) | 227 | 4
40+
[Messages](#messages) | 228 | 3
4141
[Enums](#enumerated-types) | 143 | 9
4242
[Commands](#mav_commands) | 165 | 0
4343

@@ -3034,9 +3034,7 @@ password | `char[64]` | | Password. Blank for an open AP. MD5 hash when message
30343034
<span class='ext'>response</span> <a href='#mav2_extension_field'>++</a> | `int8_t` | [WIFI_CONFIG_AP_RESPONSE](#WIFI_CONFIG_AP_RESPONSE) | Message acceptance response (sent back to GS).
30353035

30363036

3037-
### PROTOCOL_VERSION (300) — \[from: [minimal](../messages/minimal.md#PROTOCOL_VERSION)\] [WIP] {#PROTOCOL_VERSION}
3038-
3039-
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
3037+
### PROTOCOL_VERSION (300) {#PROTOCOL_VERSION}
30403038

30413039
Version and capability of protocol version. This message can be requested with [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) and is used as part of the handshaking to establish which MAVLink version should be used on the network. Every node should respond to a request for [PROTOCOL_VERSION](#PROTOCOL_VERSION) to enable the handshaking. Library implementers should consider adding this into the default decoding state machine to allow the protocol core to respond directly.
30423040

en/messages/loweheiser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 1 | 2
37+
[Messages](#messages) | 1 | 1
3838
[Enums](#enumerated-types) | 0 | 6
3939
[Commands](#mav_commands) | 1 | 0
4040

en/messages/minimal.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.warning {
3838

3939
Type | Defined | Included
4040
--- | --- | ---
41-
[Messages](#messages) | 2 | 0
41+
[Messages](#messages) | 1 | 0
4242
[Enums](#enumerated-types) | 6 | 0
4343
Commands | 0 | 0
4444

@@ -60,21 +60,6 @@ system_status | `uint8_t` | [MAV_STATE](#MAV_STATE) | System status flag.
6060
mavlink_version | `uint8_t_mavlink_version` | | MAVLink version, not writable by user, gets added by protocol because of magic data type: uint8_t_mavlink_version
6161

6262

63-
### PROTOCOL_VERSION (300) — [WIP] {#PROTOCOL_VERSION}
64-
65-
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
66-
67-
Version and capability of protocol version. This message can be requested with [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) and is used as part of the handshaking to establish which MAVLink version should be used on the network. Every node should respond to a request for [PROTOCOL_VERSION](#PROTOCOL_VERSION) to enable the handshaking. Library implementers should consider adding this into the default decoding state machine to allow the protocol core to respond directly.
68-
69-
Field Name | Type | Description
70-
--- | --- | ---
71-
version | `uint16_t` | Currently active MAVLink version number * 100: v1.0 is 100, v2.0 is 200, etc.
72-
min_version | `uint16_t` | Minimum MAVLink version supported
73-
max_version | `uint16_t` | Maximum MAVLink version supported (set to the same value as version by default)
74-
spec_version_hash | `uint8_t[8]` | The first 8 bytes (not characters printed in hex!) of the git hash.
75-
library_version_hash | `uint8_t[8]` | The first 8 bytes (not characters printed in hex!) of the git hash.
76-
77-
7863
## Enumerated Types
7964

8065
### MAV_AUTOPILOT {#MAV_AUTOPILOT}

en/messages/standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 2 | 2
37+
[Messages](#messages) | 2 | 1
3838
[Enums](#enumerated-types) | 3 | 6
3939
Commands | 0 | 0
4040

0 commit comments

Comments
 (0)