But so far every example sketch I've tried I get the same compile error
C:\Users\*\Documents\Arduino\libraries\ESP8266_Microgear\MicroGear.cpp: In member function 'void MicroGear::syncTime(Client*, long unsigned int*)':
C:\Users\*\Documents\Arduino\libraries\ESP8266_Microgear\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 mini (clone).
I feel like I must have missed something simple somewhere but been going made doing google searchs and the like.
Thanks