From 3c06a5962b35f3959f17b9120802bf286dba01c7 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 21 Dec 2020 14:46:17 +0800 Subject: [PATCH] add doc note --- mesh.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index f1fef18..f6772f5 100644 --- a/mesh.proto +++ b/mesh.proto @@ -549,7 +549,8 @@ message RadioConfig { /** 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. Often combined with is_router. + we should try to minimize power consumption as much as possible. YOU DO NOT NEED TO SET THIS IF YOU'VE + set is_router (it is implied in that case). */ bool is_low_power = 38;