We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c3d526 + 3347d98 commit a84657cCopy full SHA for a84657c
meshtastic/config.proto
@@ -108,6 +108,14 @@ message Config {
108
* consuming hops.
109
*/
110
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;
119
}
120
121
/*
0 commit comments