Fix the mqtt decryption examples

This commit is contained in:
Joshua Pirihi 2022-02-20 19:53:58 +13:00
parent 7f6d151d23
commit ad606b74e8

View file

@ -153,10 +153,10 @@ If you are using the default Meshtastic MQTT server, this setting will take no e
]}> ]}>
<TabItem value="cli"> <TabItem value="cli">
```bash title="Enable MQTT Decryption (Default)" ```bash title="Publish decrypted packets to MQTT (Default)"
meshtastic --set mqtt_encryption_enabled false meshtastic --set mqtt_encryption_enabled false
``` ```
```bash title="Disable MQTT Decryption" ```bash title="Publish encrypted packets to MQTT"
meshtastic --set mqtt_encryption_enabled true meshtastic --set mqtt_encryption_enabled true
``` ```