yoursunny / esp32cam

OV2640 camera on ESP32-CAM, Arduino library
https://esp32cam.yoursunny.dev
ISC License
473 stars 168 forks source link

Error when trying Wifi Cam #52

Closed AliNavaid closed 2 weeks ago

AliNavaid commented 5 months ago

C:\Users\coolz\AppData\Local\Temp.arduinoIDE-unsaved2024025-14784-1vft4t4.chfw\WifiCam\handlers.cpp:3:27: fatal error: uri/UriBraces.h: No such file or directory compilation terminated.

exit status 1

Compilation error: uri/UriBraces.h: No such file or directory

yoursunny commented 5 months ago

uri/UriBraces.h shall refer to the header in WebServer library, which is part of Arduino core for ESP32. https://github.com/espressif/arduino-esp32/blob/2.0.14/libraries/WebServer/src/uri/UriBraces.h Have you selected the correct board model?