mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
File usage
This commit is contained in:
parent
6d3d9386f4
commit
934a82446c
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue