debsahu / debsahu/HARestAPI

Verify error

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
31
Forks
19
PR merge metrics
No merged PRs in 30d

Description

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)
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.