Merge pull request #50 from joshpirihi/master

Add on_battery_shutdown_after_secs preference
This commit is contained in:
Jm Casler 2021-12-05 21:41:20 -08:00 committed by GitHub
commit de58a68260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -569,6 +569,12 @@ message RadioConfig {
* Potentially useful for devices without user buttons.
*/
uint32 auto_screen_carousel_secs = 152;
/*
* If non-zero, the device will fully power off this many seconds after external power is removed.
*
*/
uint32 on_battery_shutdown_after_secs = 153;
}
UserPreferences preferences = 1;