Merge pull request #403 from osmanovv/patch-3

`set region` for firmware v1.3 has added
This commit is contained in:
Garth Vander Houwen 2022-09-12 12:15:55 -07:00 committed by GitHub
commit 999be9d7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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