Patrick

Results 2 issues of Patrick

Hello, In Arduino IDE and Platformio IDE i get the following Error when i just want try the demo: MFRC522_i2c:9:1: error: 'MFRC522' does not name a type Thanks

Sadly the lib is broken :-( .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp: In member function 'String HARestAPI::sendGetHA(String)': .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp:102:21: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 102 | if (wsclient->verify(_fingerprint.c_str(), _serverip.c_str())) | ^~~~~~ .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp: In...