From e568e8b9fcc77fc7120f430b2b47f2780af769a3 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 15 Mar 2022 15:45:06 -0700 Subject: [PATCH] remove is_router --- radioconfig.proto | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/radioconfig.proto b/radioconfig.proto index 98347d6..2c13da4 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -544,19 +544,10 @@ message RadioConfig { ChargeCurrent charge_current = 16; /* - * Sets the current of the battery charger + * Sets the role of node */ Role role = 18; - /* - * Are we operating as a router. - * Changes behavior in the following ways: - * The device will only sleep for critically low battery level (i.e. always tries to stay alive for the mesh) - * In the future routing decisions will preferentially route packets through nodes with this attribute (because assumed - * good line of sight) - */ - bool is_router = 37; - /* * If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in * we should try to minimize power consumption as much as possible.