mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #247 from joshpirihi/master
This commit is contained in:
commit
6bdd77d55f
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue