added display prefix to CLI command

This commit is contained in:
Ted MARKSON 2022-09-29 09:08:51 -04:00 committed by GitHub
parent 70ae4b5266
commit d2153fab6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>