Update config.proto

This commit is contained in:
Thomas Göttgens 2024-10-11 11:55:56 +02:00 committed by GitHub
parent 647081c7fa
commit 99280a1a1e
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;
}
/*