From ffe64579107c4440932671f6b18678970d825813 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 17 Jun 2022 12:09:37 -0500 Subject: [PATCH] Remove is_always_powered --- config.proto | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.proto b/config.proto index 9be6f10..c98b5b2 100644 --- a/config.proto +++ b/config.proto @@ -292,13 +292,6 @@ message Config { */ bool is_power_saving = 2; - /* - * Circumvents the logic block for determining whether the device is powered or not. - * Useful for devices with finicky ADC issues on the battery sense pins. - */ - bool is_always_powered = 3; - - /* * If non-zero, the device will fully power off this many seconds after external power is removed. */