From 18b12f7dd7b72bf9c498ff8717e6c3337011e857 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 7 Jan 2022 20:27:15 -0600 Subject: [PATCH] Configure help --- docs/software/python/cli.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/software/python/cli.md b/docs/software/python/cli.md index 94d4f2d6..eb53c00b 100644 --- a/docs/software/python/cli.md +++ b/docs/software/python/cli.md @@ -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