mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Consistancy updates
This commit is contained in:
parent
79468bd8b3
commit
71fe9942a5
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue