mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Reserve value 12 for CLIENT_BASE in enum Config.DeviceConfig.Role
This commit is contained in:
parent
34f0c8115d
commit
3347d98f04
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue