Merge pull request #40 from Hydra-Designs/master

Add auto_screen_carousel_secs preference for automatic screen toggling
pull/48/head
Jm Casler 2021-11-29 08:01:41 -08:00 zatwierdzone przez GitHub
commit 04c83fb9f1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -563,6 +563,12 @@ message RadioConfig {
* Useful for devices with finicky ADC issues on the battery sense pins.
*/
bool is_always_powered = 151;
/*
* Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds.
* Potentially useful for devices without user buttons.
*/
uint32 auto_screen_carousel_secs = 152;
}
UserPreferences preferences = 1;