mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
added auto_screen_carousel_secs example
This commit is contained in:
parent
649a53dd18
commit
08d7593050
|
@ -41,9 +41,12 @@ Automatically toggles to the next page on the screen like a carousel, based the
|
||||||
]}>
|
]}>
|
||||||
<TabItem value="cli">
|
<TabItem value="cli">
|
||||||
|
|
||||||
:::info
|
```bash title="Set auto_screen_carousel_secs to default"
|
||||||
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
|
meshtastic --set auto_screen_carousel_secs 0
|
||||||
:::
|
```
|
||||||
|
```bash title="Set auto_screen_carousel_secs to 120 seconds"
|
||||||
|
meshtastic --set auto_screen_carousel_secs 120
|
||||||
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="android">
|
<TabItem value="android">
|
||||||
|
|
Loading…
Reference in a new issue