Skip to content

Commit acf4bec

Browse files
committed
MAVLink messages update Mon Dec 1 23:32:21 UTC 2025
1 parent da05688 commit acf4bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/messages/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ Status text message. These messages are printed in yellow in the COMM console of
24302430
Field Name | Type | Values | Description
24312431
--- | --- | --- | ---
24322432
severity | `uint8_t` | [MAV_SEVERITY](#MAV_SEVERITY) | Severity of status. Relies on the definitions within RFC-5424.
2433-
text | `char[50]` | | Status text message, without null termination character
2433+
text | `char[50]` | | Status text message, without null termination character. UTF-8 encoded.
24342434
<span class='ext'>id</span> <a href='#mav2_extension_field'>++</a> | `uint16_t` | | Unique (opaque) identifier for this statustext message. May be used to reassemble a logical long-statustext message from a sequence of chunks. A value of zero indicates this is the only chunk in the sequence and the message can be emitted immediately.
24352435
<span class='ext'>chunk_seq</span> <a href='#mav2_extension_field'>++</a> | `uint8_t` | | This chunk's sequence number; indexing is from zero. Any null character in the text field is taken to mean this was the last chunk.
24362436

0 commit comments

Comments
 (0)