mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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**
|
**Usage**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
meshtastic --get region
|
meshtastic --get lora.region
|
||||||
```
|
```
|
||||||
|
|
||||||
### --set SET SET
|
### --set [config_section].[option] [value]
|
||||||
|
|
||||||
Sets a preferences field.
|
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**
|
**Usage**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# firmware 1.2.xx
|
||||||
meshtastic --set region Unset
|
meshtastic --set region Unset
|
||||||
|
|
||||||
|
# firmware 1.3.xx
|
||||||
|
meshtastic --set lora.region Unset
|
||||||
```
|
```
|
||||||
|
|
||||||
### --seturl SETURL
|
### --seturl SETURL
|
||||||
|
|
Loading…
Reference in a new issue