diff --git a/docs/settings/config/bluetooth.mdx b/docs/settings/config/bluetooth.mdx index 6ed5792b..2d3d03b3 100644 --- a/docs/settings/config/bluetooth.mdx +++ b/docs/settings/config/bluetooth.mdx @@ -59,7 +59,7 @@ All bluetooth module config options are available in the python CLI. Example com ```shell title="Enable/Disable Bluetooth Module" meshtastic --set bluetooth.enabled true -meshtastic --set mqtt.enabled false +meshtastic --set bluetooth.enabled false ``` ```shell title="Set a fixed pin" diff --git a/docs/settings/config/position.mdx b/docs/settings/config/position.mdx index ff7f5e45..ce2267bb 100644 --- a/docs/settings/config/position.mdx +++ b/docs/settings/config/position.mdx @@ -159,7 +159,7 @@ Include each flag desired separated by a single space. ::: ```shell title="Set / Unset Position Flags" -meshtastic --pos-fields ALTITUDE POS_ALTITUDE_MSL +meshtastic --pos-fields ALTITUDE ALTITUDE_MSL meshtastic --pos-fields UNSET ```