Skip to content
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

Verify error #7

Open
yoann56100 opened this issue Jul 18, 2022 · 1 comment
Open

Verify error #7

yoann56100 opened this issue Jul 18, 2022 · 1 comment

Comments

@yoann56100
Copy link

when compiling the code i got this error

C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp: In member function 'String HARestAPI::sendGetHA(String)': C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp:103:21: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 103 | if (wsclient->verify(_fingerprint.c_str(), _serverip.c_str())) | ^~~~~~ C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp: In member function 'bool HARestAPI::sendPostHA(String, String)': C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp:200:21: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 200 | if (wsclient->verify(_fingerprint.c_str(), _serverip.c_str())) | ^~~~~~ exit status 1 Erreur de compilation pour la carte LOLIN(WEMOS) D1 mini (clone)

@kanicrab
Copy link

change esp8266 board version to 2.7.4 works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants