Skip to content

Commit

Permalink
Merge pull request #599 from meshtastic/update-rebroadcast-mode
Browse files Browse the repository at this point in the history
Rebroadcast 'None'
  • Loading branch information
thebentern authored Oct 11, 2024
2 parents 647081c + 99280a1 commit fd57601
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 fd57601

Please sign in to comment.