This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Description
I have a bit of a problem.
I downloaded the clean repo and updated the modules.
My problem is - the source uses http_server.h that gets overwritten by the esp-idf with esp_http_server.h.
Because of this, I end up with lots of undefined types and similar, such as
main/app_main.c:37:34: error: unknown type name 'http_context_t' static void handle_grayscale_pgm(http_context_t http_ctx, void* ctx);
Any suggestion how can I build the code?