You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error when compiling my source code for ESP8266 with 3.0.5 RemoteDebug
Arduino Information:
OS: Linux
IDE ArduinoIDE 1.8.15
Board ESP8266 GenericModule
Additional context
Here is the compilation error:
/home/fred/Arduino/libraries/RemoteDebug/src/utility/WebSocketsClient.cpp: In member function 'void WebSocketsClient::connectedCb()':
/home/fred/Arduino/libraries/RemoteDebug/src/utility/WebSocketsClient.cpp:704:26: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
704 | if(!_client.ssl->verify(_fingerprint.c_str(), _host.c_str())) {
| ^~~~~~
bastiengrignon, foorschtbar, dzwiedziu-nkg, prasunbheri, bankoViktor and 1 more