mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -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**
|
||||
|
||||
```shell
|
||||
meshtastic --get region
|
||||
meshtastic --get lora.region
|
||||
```
|
||||
|
||||
### --set SET SET
|
||||
### --set [config_section].[option] [value]
|
||||
|
||||
Sets a preferences field.
|
||||
|
||||
Configuration values are described in this section: [Configuration Sections](https://meshtastic.org/docs/settings/config/)
|
||||
|
||||
**Usage**
|
||||
|
||||
```shell
|
||||
meshtastic --set region Unset
|
||||
meshtastic --set lora.region Unset
|
||||
```
|
||||
|
||||
### --seturl SETURL
|
||||
|
|
Loading…
Reference in a new issue