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. */