From f56f66d0fd4577cf1b995bb1c4e86af421cff78a Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:43:52 +0300 Subject: [PATCH] `set region` for firmware v1.3 has added --- docs/software/python/cli.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/software/python/cli.mdx b/docs/software/python/cli.mdx index c0ec6a11..6e1fc29b 100644 --- a/docs/software/python/cli.mdx +++ b/docs/software/python/cli.mdx @@ -88,17 +88,23 @@ Gets a preferences field. **Usage** ```shell -meshtastic --get region +meshtastic --get lora.region ``` -### --set SET SET +### --set [config_section].[option] [value] Sets a preferences field. +Configuration values for firmware version 1.3 are described in this section: [Configuration Sections](https://meshtastic.org/docs/settings/config/) + **Usage** ```shell +# firmware 1.2.xx meshtastic --set region Unset + +# firmware 1.3.xx +meshtastic --set lora.region Unset ``` ### --seturl SETURL