Update mqtt.mdx

Removes confusing non-sentence.
This commit is contained in:
pdxlocations 2024-11-10 07:38:33 -08:00 committed by GitHub
parent 9b5ffa3629
commit b48ec50505
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. This parameter is only honored if you also set server (the default official mqtt.meshtastic.org server can handle encrypted packets). Unencrypted packets may be useful for external systems that want to consume meshtastic packets.
Whether to send encrypted or unencrypted packets to MQTT. 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.