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