donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

http_server component conflict on build *workaround* #5

Open edgarmove opened 5 years ago

edgarmove commented 5 years ago

Hi, on the latest IDF I saw a lot of errors trying to compile, all related to the http server.

I assume that it is a conflict with the espressif http server component with the custom http server of your code.

Just for someone else experimenting this issue, my unelegant workaround was to exclude the Espressif libraries in the Makefile:

EXCLUDE_COMPONENTS := esp_http_server protocomm

It builds now.

Thanks for your work!

JiriBilek commented 5 years ago

Hi, for clean build I needed EXCLUDE_COMPONENTS := esp_http_server esp_https_server protocomm