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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2430,7 +2430,7 @@ Status text message. These messages are printed in yellow in the COMM console of
2430
2430
Field Name | Type | Values | Description
2431
2431
--- | --- | --- | ---
2432
2432
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.
2434
2434
<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.
2435
2435
<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.
0 commit comments