From f3b3cbcdbf737cb5446c9131f69918264dc509a7 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 6 Nov 2021 12:07:16 -0500 Subject: [PATCH] Renamed pref to is_always_powered for convention --- radioconfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioconfig.proto b/radioconfig.proto index 675878b..762910b 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -553,7 +553,7 @@ message RadioConfig { * 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 always_powered = 151; + bool is_always_powered = 151; } UserPreferences preferences = 1;