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
Send a key-value pair as string. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.
1087
+
1088
+
Field Name | Type | Units | Description
1089
+
--- | --- | --- | ---
1090
+
time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot).
1091
+
name | `char[10]` | | Name of the debug variable<br>Messages with same value are from the same source (instance).
1092
+
value | `char[64]` | | Value of the debug variable
0 commit comments