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
Using Arduino IDE 2.3.2 I get multiple errors including...
error: cannot declare field 'BSSL_TCP_Client::_ssl_client' to be of abstract type 'BSSL_SSL_Client'
427 | BSSL_SSL_Client _ssl_client;
I have no idea what this means. Please help as I have been using this library as part of a much bigger sketch succesfully about a year ago and now it has stopped working.
Update... It compiles for ESP8266 and when I downgrade ESP32 Expressif core to an older version it also compiles
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using Arduino IDE 2.3.2 I get multiple errors including...
error: cannot declare field 'BSSL_TCP_Client::_ssl_client' to be of abstract type 'BSSL_SSL_Client'
427 | BSSL_SSL_Client _ssl_client;
I have no idea what this means. Please help as I have been using this library as part of a much bigger sketch succesfully about a year ago and now it has stopped working.
Update... It compiles for ESP8266 and when I downgrade ESP32 Expressif core to an older version it also compiles
Beta Was this translation helpful? Give feedback.
All reactions