Merge pull request #420 from tmarkson/patch-1

added display prefix to CLI command
This commit is contained in:
Garth Vander Houwen 2022-09-29 06:56:53 -07:00 committed by GitHub
commit be745f2e2b
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>