Merge pull request #247 from joshpirihi/master

This commit is contained in:
Foster Irwin 2022-02-20 02:23:31 -07:00 committed by GitHub
commit 6bdd77d55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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