Added KNOWN_ONLY rebroadcast mode

This commit is contained in:
Ben Meadors 2023-12-05 20:21:14 -06:00
parent a3ef7e9448
commit aff14ea529

View file

@ -112,6 +112,12 @@ message Config {
* Only rebroadcasts message on the nodes local primary / secondary channels.
*/
LOCAL_ONLY = 2;
/*
* Ignores observed messages from foreign meshes like LOCAL_ONLY,
* but takes it step further by also ignoring messages from nodenums not in the node's known list (NodeDB)
*/
KNOWN_ONLY = 3;
}
/*