From 69d6f063b9bed2c37fdfacfd779448da76226eaf Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 30 Mar 2022 14:14:14 +1100 Subject: [PATCH] Missed one. --- radioconfig.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/radioconfig.proto b/radioconfig.proto index ce2bbd3..f9e432a 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -932,7 +932,6 @@ message RadioConfig { * Whether to send encrypted or decrypted packets to MQTT. * This parameter is only honoured if you also set mqtt_server * (the default official mqtt.meshtastic.org server can handle encrypted packets) - * * Decrypted packets may be useful for external systems that want to consume meshtastic packets */ bool mqtt_encryption_enabled = 174;