(Updated comment only.) CLIENT_BASE now acts as ROUTER_LATE, not ROUTER

This commit is contained in:
Mike Robbins 2026-01-12 22:19:58 -05:00
parent 61219de748
commit e3d3abccc3

View file

@ -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.