add back esp32-s3 SSL for mqtt

This commit is contained in:
MichaelDvP
2023-10-18 10:34:21 +02:00
parent 97de23f521
commit de2792ffdd
2 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ the LICENSE file.
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
#include "../Config.h"
#include <WiFiClientSecure.h> // includes IPAddress
#include "Transport.h"