From 94c3126f27b3cfb486a968069d16fc2de3b3c215 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 12 Jan 2025 07:00:55 +1300 Subject: [PATCH] add router_late role --- src/protos/meshtastic/config.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/protos/meshtastic/config.proto b/src/protos/meshtastic/config.proto index 7ebbe45..fa080f7 100644 --- a/src/protos/meshtastic/config.proto +++ b/src/protos/meshtastic/config.proto @@ -95,6 +95,15 @@ message Config { * Uses position module configuration to determine TAK PLI broadcast interval. */ TAK_TRACKER = 10; + + /* + * Description: Will always rebroadcast packets, but will do so after all other modes. + * Technical Details: Used for router nodes that are intended to provide additional coverage + * in areas not already covered by other routers, or to bridge around problematic terrain, + * but should not be given priority over other routers in order to avoid unnecessaraily + * consuming hops. + */ + ROUTER_LATE = 11; } /*