added auto_screen_carousel_secs

This commit is contained in:
Foster Irwin 2022-01-26 16:36:48 -07:00
parent 1289e4cf2c
commit 5acb51467d

View file

@ -15,6 +15,7 @@ import TabItem from '@theme/TabItem';
| Setting | Acceptable Values | Default |
| :-----: | :---------------: | :-----: |
| auto_screen_carousel_secs | `integer` (seconds) | `0` |
| debug_log_enabled | `true`, `false` | `false` |
| factory_reset | `true`, `false` | `false` |
| frequency_offset | real numbers | `0` |
@ -22,6 +23,11 @@ import TabItem from '@theme/TabItem';
| serial_disabled | `true`, `false` | `false` |
| hop_limit | real numbers | 0|
### auto_screen_carousel_secs
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.
### debug_log_enabled
By default we turn off logging as soon as an API client connects (to keep shared serial link quiet and save bandwidth). Set this to true to leave the debug log outputting even when API is active.