Merge pull request #71 from mc-hamster/master

Bool for is_power_saving
This commit is contained in:
Jm Casler 2022-01-09 22:22:39 -08:00 committed by GitHub
commit 18fc4cdb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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