Merge pull request #173 from meshtastic/configure

Configure help
This commit is contained in:
Ben Meadors 2022-01-07 20:27:47 -06:00 committed by GitHub
commit 581e6a730e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,6 +394,13 @@ meshtastic --configure example_config.yaml
Export the configuration of the device. (to be consumed by the '--configure' command)
To create to a file with the connected device's configuration, this command's output must be piped to a yaml file
**Usage**
``` shell
meshtastic --export-config > example_config.yaml
```
**Usage**
``` shell