From 6964ad6514df8bd765d735e6666aa52ce6933eb8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 12 Jun 2022 15:23:18 -0500 Subject: [PATCH] Consolidate is_lower_power and is_power_saving --- config.proto | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.proto b/config.proto index e5a1c95..bd75d48 100644 --- a/config.proto +++ b/config.proto @@ -290,7 +290,7 @@ message Config { * 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 = 2; + bool is_power_saving = 2; /* * Circumvents the logic block for determining whether the device is powered or not. @@ -304,11 +304,6 @@ message Config { */ uint32 on_battery_shutdown_after_secs = 4; - /* - * If set to true, enable power saving features of the esp32 - */ - bool is_power_saving = 5; - /* * Ratio of voltage divider for battery pin eg. 3.20 (R1=100k, R2=220k) * Overrides the ADC_MULTIPLIER defined in variant for battery voltage calculation.