Merge pull request #763 from compumike/compumike/add-client-base-role

Reserve value 12 for CLIENT_BASE in enum Config.DeviceConfig.Role
pull/767/head
Ben Meadors 2025-09-06 11:28:11 -05:00 zatwierdzone przez GitHub
commit a84657c220
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -108,6 +108,14 @@ message Config {
* consuming hops.
*/
ROUTER_LATE = 11;
/*
* Description: Treats packets from or to favorited nodes as ROUTER, and all other packets as CLIENT.
* Technical Details: Used for stronger attic/roof nodes to distribute messages more widely
* from weaker, indoor, or less-well-positioned nodes. Recommended for users with multiple nodes
* where one CLIENT_BASE acts as a more powerful base station, such as an attic/roof node.
*/
CLIENT_BASE = 12;
}
/*