Links2004 / arduinoWebSockets

arduinoWebSockets
GNU Lesser General Public License v2.1
1.88k stars 555 forks source link

Problem to Compiler file: ESP32_Google_Alexa_SinricPro_4Relay_Switch.ino #762

Open fdavidmontoya opened 2 years ago

fdavidmontoya commented 2 years ago

Arduino:1.8.12 (Windows 7), Tarjeta:"ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 115200, None"

C:\Users\DAVID MONTOYA\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp:234:30: error: 'class WiFiClientSecure' has no member named 'setInsecure'

             _client.ssl->setInsecure();

                          ^

exit status 1 Error compilando para la tarjeta ESP32 Dev Module.

please ..you can help me ? what happend..

AlexW00 commented 1 year ago

Did you find a solution? I am facing the same error.