Skip to content

Commit

Permalink
[create-pull-request] automated change (#3209)
Browse files Browse the repository at this point in the history
Co-authored-by: thebentern <[email protected]>
  • Loading branch information
github-actions[bot] and thebentern authored Feb 11, 2024
1 parent 36cf9b9 commit 96bd898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs
4 changes: 4 additions & 0 deletions src/mesh/generated/meshtastic/storeforward.pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 96bd898

Please sign in to comment.