mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
added auto_screen_carousel_secs
This commit is contained in:
parent
1289e4cf2c
commit
5acb51467d
|
@ -15,6 +15,7 @@ import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
| Setting | Acceptable Values | Default |
|
| Setting | Acceptable Values | Default |
|
||||||
| :-----: | :---------------: | :-----: |
|
| :-----: | :---------------: | :-----: |
|
||||||
|
| auto_screen_carousel_secs | `integer` (seconds) | `0` |
|
||||||
| debug_log_enabled | `true`, `false` | `false` |
|
| debug_log_enabled | `true`, `false` | `false` |
|
||||||
| factory_reset | `true`, `false` | `false` |
|
| factory_reset | `true`, `false` | `false` |
|
||||||
| frequency_offset | real numbers | `0` |
|
| frequency_offset | real numbers | `0` |
|
||||||
|
@ -22,6 +23,11 @@ import TabItem from '@theme/TabItem';
|
||||||
| serial_disabled | `true`, `false` | `false` |
|
| serial_disabled | `true`, `false` | `false` |
|
||||||
| hop_limit | real numbers | 0|
|
| 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
|
### 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue