mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update mqtt.mdx
Just a note: If encryption is not enabled all messages are sent unencrypted, regardless of channel encryption key. Ref: https://github.com/meshtastic/firmware/issues/3549
This commit is contained in:
parent
e3dfe03034
commit
428ddd823e
|
@ -37,6 +37,8 @@ MQTT password to use (most useful for a custom MQTT server). If using a custom s
|
|||
|
||||
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.
|
||||
|
||||
Note: All messages are sent unencrypted to MQTT if this option is not enabled, even when the channels have encryption key set.
|
||||
|
||||
### JSON Enabled
|
||||
|
||||
:::note
|
||||
|
|
Loading…
Reference in a new issue