mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 22:37:33 -08:00
set region
for firmware v1.3 has added
This commit is contained in:
parent
02dbabbb16
commit
f56f66d0fd
|
@ -88,17 +88,23 @@ Gets a preferences field.
|
|||
**Usage**
|
||||
|
||||
```shell
|
||||
meshtastic --get region
|
||||
meshtastic --get lora.region
|
||||
```
|
||||
|
||||
### --set SET SET
|
||||
### --set [config_section].[option] [value]
|
||||
|
||||
Sets a preferences field.
|
||||
|
||||
Configuration values for firmware version 1.3 are described in this section: [Configuration Sections](https://meshtastic.org/docs/settings/config/)
|
||||
|
||||
**Usage**
|
||||
|
||||
```shell
|
||||
# firmware 1.2.xx
|
||||
meshtastic --set region Unset
|
||||
|
||||
# firmware 1.3.xx
|
||||
meshtastic --set lora.region Unset
|
||||
```
|
||||
|
||||
### --seturl SETURL
|
||||
|
|
Loading…
Reference in a new issue