From c6e6b62435c822a4c11997b27e530c8f6c44b19f Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 25 Jul 2024 14:33:15 +0200 Subject: [PATCH] fix mqtt-ssl --- lib/espMqttClient/src/Config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/espMqttClient/src/Config.h b/lib/espMqttClient/src/Config.h index 935f7e1f5..f6c02eada 100644 --- a/lib/espMqttClient/src/Config.h +++ b/lib/espMqttClient/src/Config.h @@ -73,3 +73,7 @@ the LICENSE file. #define EMC_SIZE_POOL_ELEMENTS 128 #endif #endif + +#ifndef TASMOTA_SDK +#define EMC_CLIENT_SECURE +#endif