mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -08:00
Merge pull request #403 from osmanovv/patch-3
`set region` for firmware v1.3 has added
This commit is contained in:
commit
999be9d7f2
|
@ -88,17 +88,19 @@ 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 are described in this section: [Configuration Sections](https://meshtastic.org/docs/settings/config/)
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
meshtastic --set region Unset
|
meshtastic --set lora.region Unset
|
||||||
```
|
```
|
||||||
|
|
||||||
### --seturl SETURL
|
### --seturl SETURL
|
||||||
|
|
Loading…
Reference in a new issue