LoRaWANGatewaySC icon indicating copy to clipboard operation
LoRaWANGatewaySC copied to clipboard

Error when complie

Open m2mlorawan opened this issue 2 years ago • 2 comments

Found this error when complie. C:\Users\sx\Documents\Arduino2\libraries\arduinoWebSockets-master\src\WebSocketsClient.cpp: In member function 'void WebSocketsClient::loop()': C:\Users\sx\Documents\Arduino2\libraries\arduinoWebSockets-master\src\WebSocketsClient.cpp:172:30: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCACert' 172 | _client.ssl->setCACert((const uint8_t *)_CA_cert, strlen(_CA_cert) + 1); | ^~~~~~~~~ C:\Users\sx\Documents\Arduino2\libraries\arduinoWebSockets-master\src\WebSocketsClient.cpp: In member function 'void WebSocketsClient::connectedCb()': C:\Users\sx\Documents\Arduino2\libraries\arduinoWebSockets-master\src\WebSocketsClient.cpp:759:26: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 759 | if(!_client.ssl->verify(_fingerprint.c_str(), _host.c_str())) {

m2mlorawan avatar Jul 23 '21 02:07 m2mlorawan