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
Hello - Perhaps a bug... Perhaps an idiot (more likely) !
My compile is failing. Completely stumped why. This is the error I'm getting:
MicroGear.cpp: In member function 'void MicroGear::syncTime(Client*, long unsigned int*)':
MicroGear.cpp:152:31: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
152 | if (clientsecure->verify(tstr, gearauth)) {
| ^~~~~~
exit status 1
Error compiling for board LOLIN(WEMOS) D1 R2 & mini.
The text was updated successfully, but these errors were encountered:
Hello - Perhaps a bug... Perhaps an idiot (more likely) !
My compile is failing. Completely stumped why. This is the error I'm getting:
MicroGear.cpp: In member function 'void MicroGear::syncTime(Client*, long unsigned int*)':
MicroGear.cpp:152:31: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
152 | if (clientsecure->verify(tstr, gearauth)) {
| ^~~~~~
exit status 1
Error compiling for board LOLIN(WEMOS) D1 R2 & mini.
The text was updated successfully, but these errors were encountered: