From a302d698261b0846360e431d62eb20d6a8bdc1cd Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 10 Nov 2024 14:00:58 -0600 Subject: [PATCH] Update mqtt.mdx --- docs/configuration/module/mqtt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/module/mqtt.mdx b/docs/configuration/module/mqtt.mdx index 92fb7999..c2546a65 100644 --- a/docs/configuration/module/mqtt.mdx +++ b/docs/configuration/module/mqtt.mdx @@ -34,7 +34,7 @@ MQTT password to use (most useful for a custom MQTT server). If using a custom s ### Encryption Enabled -Whether to send encrypted or unencrypted packets to MQTT. Unencrypted packets may be useful for external systems that want to consume meshtastic packets. +Whether to send encrypted or unencrypted packets to the MQTT server. Unencrypted packets may be useful for external systems that want to consume meshtastic packets. Note: All messages are sent to the MQTT broker unencrypted if this option is not enabled, even when your uplink channels have encryption keys set.