eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
98 stars 17 forks source link

Arduino version question #21

Closed yukini3 closed 3 months ago

yukini3 commented 7 months ago

Hi, which ESP32 Arduino development version should I use?

Currently, I'm using ESP32 Arduino (from Espressif) version 2.0.11 and I get a compile error when I compile examples. I guess I'm using the wrong version of ESP32 development platform.

Motion_Detection.ino: 28:7: error: expected nested-name-specifier before 'void void setup() { ^~~~ Error compiling .ino project source

Thank you. yukini3

eloquentarduino commented 3 months ago

I'm using ESP32 core 2.0.14, but any 2.0.x should be ok. Your error is probably not due to the library.