From 7f6d151d23d6f3f4106195a5d357d482cbd80eb6 Mon Sep 17 00:00:00 2001 From: Joshua Pirihi Date: Sun, 20 Feb 2022 19:52:57 +1300 Subject: [PATCH 1/2] Fix the mqtt decryption examples --- docs/software/settings/mqtt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/settings/mqtt.md b/docs/software/settings/mqtt.md index 17ad2721..57c8b37b 100644 --- a/docs/software/settings/mqtt.md +++ b/docs/software/settings/mqtt.md @@ -153,10 +153,10 @@ If you are using the default Meshtastic MQTT server, this setting will take no e ]}> - ```bash title="Enable MQTT Encryption (Default)" + ```bash title="Enable MQTT Decryption (Default)" meshtastic --set mqtt_encryption_enabled false ``` - ```bash title="Disable MQTT Encryption" + ```bash title="Disable MQTT Decryption" meshtastic --set mqtt_encryption_enabled true ``` From ad606b74e85526410ae4e3e376215a343ed8a064 Mon Sep 17 00:00:00 2001 From: Joshua Pirihi Date: Sun, 20 Feb 2022 19:53:58 +1300 Subject: [PATCH 2/2] Fix the mqtt decryption examples --- docs/software/settings/mqtt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/settings/mqtt.md b/docs/software/settings/mqtt.md index 57c8b37b..877f4c9e 100644 --- a/docs/software/settings/mqtt.md +++ b/docs/software/settings/mqtt.md @@ -153,10 +153,10 @@ If you are using the default Meshtastic MQTT server, this setting will take no e ]}> - ```bash title="Enable MQTT Decryption (Default)" + ```bash title="Publish decrypted packets to MQTT (Default)" meshtastic --set mqtt_encryption_enabled false ``` - ```bash title="Disable MQTT Decryption" + ```bash title="Publish encrypted packets to MQTT" meshtastic --set mqtt_encryption_enabled true ```