From 81876f55baf7c015a0eb4503ef081d2bdfd004be Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 10 Jan 2022 18:02:58 +0100 Subject: [PATCH] Enable MQTT TLS when Autoconf is enabled --- tasmota/my_user_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 590e6dce6..55c20d72d 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1118,6 +1118,9 @@ #ifndef USE_WEBCLIENT_HTTPS #define USE_WEBCLIENT_HTTPS #endif + #ifndef USE_MQTT_TLS + #define USE_MQTT_TLS + #endif #endif // USE_AUTOCONF /*********************************************************************************************\