mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
added display prefix to CLI command
This commit is contained in:
parent
70ae4b5266
commit
d2153fab6d
|
@ -73,7 +73,7 @@ meshtastic --set display.screen_on_secs 120
|
|||
```
|
||||
|
||||
```shell title="Set Auto Carousel Interval (Default of 0 is Off)"
|
||||
meshtastic --set auto_screen_carousel_secs 0
|
||||
meshtastic --set display.auto_screen_carousel_secs 0
|
||||
// Set to 2 Minutes (120 Seconds)
|
||||
meshtastic --set display.auto_screen_carousel_secs 120
|
||||
```
|
||||
|
@ -97,4 +97,4 @@ All display config options are available in the Web UI.
|
|||
:::
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in a new issue