From e3d3abccc39d42d39994b2141cf7ae62a999e9dc Mon Sep 17 00:00:00 2001 From: Mike Robbins Date: Mon, 12 Jan 2026 22:19:58 -0500 Subject: [PATCH] (Updated comment only.) CLIENT_BASE now acts as ROUTER_LATE, not ROUTER --- meshtastic/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 366a4e5..649495e 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -111,7 +111,7 @@ message Config { ROUTER_LATE = 11; /* - * Description: Treats packets from or to favorited nodes as ROUTER, and all other packets as CLIENT. + * Description: Treats packets from or to favorited nodes as ROUTER_LATE, 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.