Consistancy updates

This commit is contained in:
Garth Vander Houwen 2022-06-24 19:53:21 -07:00
parent 79468bd8b3
commit 71fe9942a5
2 changed files with 8 additions and 8 deletions

View file

@ -63,23 +63,23 @@ All display config options are available on iOS, iPadOS and macOS at Settings >
All display config options are available in the python CLI. Example commands are below:
```shell title="Set display_screen_on_secs to default (10 minutes)"
meshtastic --set display_screen_on_secs 0
meshtastic --set screen_on_secs 0
```
```shell title="Set display_screen_on_secs to 120 seconds (2 minutes)"
meshtastic --set display_screen_on_secs 120
meshtastic --set screen_on_secs 120
```
```shell title="Set display_auto_screen_carousel_secs to default value of off"
meshtastic --set display_auto_screen_carousel_secs 0
meshtastic --set auto_screen_carousel_secs 0
```
```shell title="Set display_auto_screen_carousel_secs to 120 seconds (2 minutes)"
meshtastic --set display_auto_screen_carousel_secs 120
meshtastic --set auto_screen_carousel_secs 120
```
```shell title="Specify GPS format on device screen"
meshtastic --set display_gps_format GpsFormatUTM
meshtastic --set gps_format GpsFormatUTM
```
</TabItem>

View file

@ -72,9 +72,9 @@ Select LoRa config conmmands are available in the python CLI. Example commands a
| Setting | Acceptable Values | Default |
| :----------: | :---------------------------------------------------------------------------: | :---------------: |
| lora_modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` |
| lora_region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` |
| lora_hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3`
| modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` |
| region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` |
| hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3`
</TabItem>
<TabItem value="flasher">