m5stack / M5Stack-Camera

Base espressif esp32-camera
200 stars 104 forks source link

Compile Error #5

Closed jbkim closed 5 years ago

jbkim commented 5 years ago

I set up the esp-idf and compiled this code but got below error as below. Is there any requirement to compile?

/m5stack-cam-psram-ModeA/main/main.c:16:29: fatal error: esp_http_server.h: No such file or directory compilation terminated. make[1]: [main.o] Error 1 make: [component-main-build] Error 2

EeeeBin commented 5 years ago

This needs to be updated with the new esp-idf to the latest version :)

jbkim commented 5 years ago

Thanks @sakabin