fix mqtt-ssl

This commit is contained in:
MichaelDvP
2024-07-25 14:33:15 +02:00
parent babf112a7a
commit c6e6b62435

View File

@@ -73,3 +73,7 @@ the LICENSE file.
#define EMC_SIZE_POOL_ELEMENTS 128 #define EMC_SIZE_POOL_ELEMENTS 128
#endif #endif
#endif #endif
#ifndef TASMOTA_SDK
#define EMC_CLIENT_SECURE
#endif