Configure help

This commit is contained in:
Ben Meadors 2022-01-07 20:27:15 -06:00
parent 8943e1a659
commit 18b12f7dd7

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