From 601e87e595006baadf66f6038f2d41a52a671df0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 30 Sep 2022 09:58:28 -0700 Subject: [PATCH] network updates --- docs/settings/config/bluetooth.mdx | 2 +- docs/settings/config/position.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```