Skip to content

Commit

Permalink
Update config.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Oct 11, 2024
1 parent 647081c commit 99280a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ message Config {
* but takes it step further by also ignoring messages from nodenums not in the node's known list (NodeDB)
*/
KNOWN_ONLY = 3;

/*
* Only permitted for SENSOR, TRACKER and TAK_TRACKER roles, this will inhibit all rebroadcasts, not unlike CLIENT_MUTE role.
*/
NONE = 4;
}

/*
Expand Down

0 comments on commit 99280a1

Please sign in to comment.