Bool for is_power_saving

pull/71/head
Jm Casler 2022-01-09 22:22:10 -08:00
rodzic 5ab590addb
commit 5f715e4be5
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

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