Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http_server component conflict on build *workaround* #5

Open
edgarmove opened this issue Nov 6, 2018 · 1 comment
Open

http_server component conflict on build *workaround* #5

edgarmove opened this issue Nov 6, 2018 · 1 comment

Comments

@edgarmove
Copy link

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!

@edgarmove edgarmove changed the title http_server component conflict on build http_server component conflict on build *workaround* Nov 6, 2018
@JiriBilek
Copy link

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

seblee pushed a commit to seblee/ESP32_CAMERA_QR that referenced this issue Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants