File usage

This commit is contained in:
Ben Meadors 2022-01-07 20:53:39 -06:00
parent 6d3d9386f4
commit 934a82446c

View file

@ -399,6 +399,7 @@ To create to a file with the connected device's configuration, this command's ou
**Usage** **Usage**
<<<<<<< HEAD
```shell ```shell
meshtastic --export-config > example_config.yaml meshtastic --export-config > example_config.yaml
``` ```
@ -406,9 +407,19 @@ meshtastic --export-config > example_config.yaml
**Usage** **Usage**
```shell ```shell
=======
``` shell
>>>>>>> d5d2fdf (File usage)
meshtastic --export-config meshtastic --export-config
``` ```
**Usage - file output**
``` shell
meshtastic --export-config > example_config.yaml
```
### --support ### --support
Print out info that would be helpful supporting any issues. Print out info that would be helpful supporting any issues.