mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 01:48:13 +00:00
[create-pull-request] automated change (#3209)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
36cf9b9ef4
commit
96bd898a38
@@ -30,6 +30,10 @@ typedef enum _meshtastic_StoreAndForward_RequestResponse {
|
||||
meshtastic_StoreAndForward_RequestResponse_ROUTER_HISTORY = 6,
|
||||
/* Router is responding to a request for stats. */
|
||||
meshtastic_StoreAndForward_RequestResponse_ROUTER_STATS = 7,
|
||||
/* Router sends a text message from its history that was a direct message. */
|
||||
meshtastic_StoreAndForward_RequestResponse_ROUTER_TEXT_DIRECT = 8,
|
||||
/* Router sends a text message from its history that was a broadcast. */
|
||||
meshtastic_StoreAndForward_RequestResponse_ROUTER_TEXT_BROADCAST = 9,
|
||||
/* Client is an in error state. */
|
||||
meshtastic_StoreAndForward_RequestResponse_CLIENT_ERROR = 64,
|
||||
/* Client has requested a replay from the router. */
|
||||
|
||||
Reference in New Issue
Block a user