bkeevil / esp32-cam

A webcam firmware for ESP32 based camera modules
149 stars 43 forks source link

Got some compilation errors during make app #12

Closed superfino closed 4 years ago

superfino commented 4 years ago

Hi, i followed exactly your describtion but now i'm struggling with make app. I used esp-idf v4.2-dev-792-g6330b3345 i think the actual version. Everything worked fine until these compiler errors came up. Tried to find out what went wrong but the messages are not that much precise for me. Thanks for any advice.. Jo comp_errors.txt

bkeevil commented 4 years ago

It only seems to compile with IDF 4.0

superfino commented 4 years ago

You're right. Went back to IDF 4.0 and everything worked like a charm. Thanks for your fast response and this ESP32-cam piece of code. The best I've seen so far.