playfultechnology / esp32-cam

Customisable camera control script for ESP32-CAM module - timelapse, flash, trigger control
27 stars 8 forks source link

'class ESP_Mail_Client' has no member named 'sdBegin' #3

Closed Zaxxore closed 2 years ago

Zaxxore commented 2 years ago

I try to compile your sketch esp32-cam.ino as it is and I get that error message: 'class ESP_Mail_Client' has no member named 'sdBegin'

I'm using Arduino IDE 1.8.13, ESP_MAIL_CLIENT 2.1.3 and ESP32 2.0.2

Any ideas of the problem ?

Till437 commented 2 years ago

I sadly have the same problem and can not find a fix.

Zaxxore commented 2 years ago

I finaly found a fix. Use ESP_MAIL_CLIENT version 1.2.0 and at about line 108 instead of result.timestamp put result.timesstamp (2s in the midle). Try that and let me know.

Till437 commented 2 years ago

Oh wow works like a charm, thank you so much! This is my first ever DIY Project and it is so much fun yet so confusing at times.

Zaxxore commented 2 years ago

Fixed!