Merge pull request #599 from meshtastic/update-rebroadcast-mode

Rebroadcast 'None'
This commit is contained in:
Ben Meadors 2024-10-11 05:28:10 -05:00 committed by GitHub
commit fd5760108a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*