unreeeal / ESP

12 stars 15 forks source link

ESP-RFID-GOOGLE #1

Open Fotth opened 1 year ago

Fotth commented 1 year ago

C:\Users\user\AppData\Local\Arduino15\RemoteSketchbook\ArduinoCloud\111514355832011092383\esp_google_sheet_rfid\sketch_jan22a\sketch_jan22a.ino:218:14: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 218 | if (client.verify(fingerprint, domain)) { | ^~ C:\Users\user\AppData\Local\Arduino15\RemoteSketchbook\ArduinoCloud\111514355832011092383\esp_google_sheet_rfid\sketch_jan22a\sketch_jan22a.ino:261:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 261 | return sendData(result, "script.googleusercontent.com"); | ^~~~~~~~~~

exit status 1

Compilation error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

I do not understand what to do

unreeeal commented 1 year ago

Hi, It designed for esp three years ago version, it doesn't work with new versions.

Fotth commented 1 year ago

which version are you using?