Skip to content

Commit a84657c

Browse files
authored
Merge pull request #763 from compumike/compumike/add-client-base-role
Reserve value 12 for CLIENT_BASE in enum Config.DeviceConfig.Role
2 parents 5c3d526 + 3347d98 commit a84657c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meshtastic/config.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ message Config {
108108
* consuming hops.
109109
*/
110110
ROUTER_LATE = 11;
111+
112+
/*
113+
* Description: Treats packets from or to favorited nodes as ROUTER, and all other packets as CLIENT.
114+
* Technical Details: Used for stronger attic/roof nodes to distribute messages more widely
115+
* from weaker, indoor, or less-well-positioned nodes. Recommended for users with multiple nodes
116+
* where one CLIENT_BASE acts as a more powerful base station, such as an attic/roof node.
117+
*/
118+
CLIENT_BASE = 12;
111119
}
112120

113121
/*

0 commit comments

Comments
 (0)