From 99e4eaf66c2918ce43869b79a7f65270550ea0c2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 3 Sep 2022 07:54:37 -0500 Subject: [PATCH] Mqtt json_enabled --- module_config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module_config.proto b/module_config.proto index db00c98..592790a 100644 --- a/module_config.proto +++ b/module_config.proto @@ -49,6 +49,11 @@ message ModuleConfig { * Decrypted packets may be useful for external systems that want to consume meshtastic packets */ bool encryption_enabled = 5; + + /* + * Whether to send / consume json packets on MQTT + */ + bool json_enabled = 6; } /*