Add auto_screen_carousel_secs preference

This commit is contained in:
Ben Meadors 2021-11-25 20:38:00 -06:00 committed by GitHub
parent ddd136dc0a
commit df4e501a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -554,6 +554,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;