From 5f715e4be5c2219d346a29bcd20b3cb6661192a8 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 9 Jan 2022 22:22:10 -0800 Subject: [PATCH] Bool for is_power_saving --- radioconfig.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/radioconfig.proto b/radioconfig.proto index 9c0472c..4f1b448 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -601,7 +601,12 @@ message RadioConfig { */ bool is_lora_tx_disabled = 157; - } + /* + * If set to true, enable power saving features of the esp32 + */ + bool is_power_saving = 158; + + } UserPreferences preferences = 1; }