-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: 'class BearSSL::WiFiClientSecure' has no member named xxx #6
Comments
Hello! This error is familiar when the board is set to ESP32, because the BearSSL library does not contain these functions. |
Thanks for answering so fast, and yes it's set to ESP8266 generic module, I have just uploaded a DHT11 test code on my microcntroller. So wihtout changing settings in IDE I have this issue. |
I'll try to upload the code on my machine to an esp8266 and replicate the issue. |
I managed to upload the code and make it work, without any issues. I opened the Basic example and modified the json files in the data folder, uploaded them with SPIFFS. Then I uploaded the code. Maybe I should make a video guide for the library. |
Hi, |
Hi, |
Experienced the same. We are now on 3.1.2 and the Method is not working anymore. Going to search another way to go without BearSSL |
Hi,
I tried to compile (on Arduino IDE 1.8.15 & 2.0) your example to a generic esp8266 module, but I have 3 errors:
It seems your library lacks some information in constructor class.
Thanks to fix it.
The text was updated successfully, but these errors were encountered: