Add on_battery_shutdown_after_secs preference

pull/50/head
Joshua Pirihi 2021-12-06 14:44:27 +13:00
rodzic de734f7c32
commit acc993ebd5
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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