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;