From 579308947366b35f7eb6908d5eaabd0114bba244 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 20 Aug 2022 09:10:55 +0930 Subject: [PATCH] Change `module_config.mqtt.disabled` to `enabled` --- module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_config.proto b/module_config.proto index b1697d1..ae45d72 100644 --- a/module_config.proto +++ b/module_config.proto @@ -21,7 +21,7 @@ message ModuleConfig { * is_uplink_enabled or is_downlink_enabled. * But if this flag is set, all MQTT features will be disabled and no servers will be contacted. */ - bool disabled = 1; + bool enabled = 1; /* * The server to use for our MQTT global message gateway feature.