mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-11 08:04:26 -08:00
Merge pull request #420 from tmarkson/patch-1
added display prefix to CLI command
This commit is contained in:
commit
be745f2e2b
|
@ -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