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

Unable to build from source - esp_http_server.h problem #115

@sanchosk

Description

@sanchosk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions