Dear Sir or Mam,
I was trying to make a project in which the ESP32 CAM module takes a pic when the PIR sensor detects the motion and sends it to the email. I got one link on the internet doing the same thing https://www.hackster.io/BnBe_Club/motion-triggered-image-capture-and-email-87679e.
But while compiling the sketch (diy-e10-p2 ) on the Arduino IDE, I got an error
exit status 1
Error compiling for board ESP32 Wrover Module.
it get stuck after
Linking everything together…
I tried this sketch diy-e10.zip from the same link, I didn’t faced any problem.
But got an error with diy-e10-p2 .
Can you please help me with this?