gilmaimon / ArduinoWebsockets

A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
GNU General Public License v3.0
482 stars 97 forks source link

[Support ESP32 3.0.0] Adding WiFiClientSecure in esp32_tcp.hpp #157

Closed 0015 closed 6 months ago

0015 commented 6 months ago

In Arduino ESP32 3.0.0, WiFiClientSecure is no longer included in WiFi.h, so it needs to be included separately.