From 726883b16884fa03e893cdf0d3d6864c44b04efa Mon Sep 17 00:00:00 2001 From: Bohdan Kmit Date: Thu, 5 Dec 2019 20:54:30 +0200 Subject: [PATCH] Allow to build Minimal firmware with TLS support --- tasmota/tasmota_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_post.h b/tasmota/tasmota_post.h index be3b503f0..cc47e3fc1 100644 --- a/tasmota/tasmota_post.h +++ b/tasmota/tasmota_post.h @@ -512,7 +512,7 @@ char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, c #undef USE_ARDUINO_OTA // Disable support for Arduino OTA #undef USE_DOMOTICZ // Disable Domoticz #undef USE_HOME_ASSISTANT // Disable Home Assistant -#undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set +//#undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set #undef USE_KNX // Disable KNX IP Protocol Support //#undef USE_WEBSERVER // Disable Webserver #undef USE_WEBSEND_RESPONSE // Disable command WebSend response message (+1k code)