Bool for is_power_saving

This commit is contained in:
Jm Casler 2022-01-09 22:22:10 -08:00
parent 5ab590addb
commit 5f715e4be5

View file

@ -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;
}