mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #40 from Hydra-Designs/master
Add auto_screen_carousel_secs preference for automatic screen toggling
This commit is contained in:
commit
04c83fb9f1
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue