set region for firmware v1.3 has added

This commit is contained in:
Vladislav Osmanov 2022-09-11 17:43:52 +03:00 committed by GitHub
parent 02dbabbb16
commit f56f66d0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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