Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

HttpClient.h file name conflicts with ESP32-Arduino framework #91

Copy link
Copy link
Closed
@Panometric

Description

@Panometric
Issue body actions

Using ESP 32 Ardiono framework and platformio.org's library search functionality presents a vexing problem since the name HttpClient.h is duplicated in the ESP32 Arduino framework.

If you try to use both, the ArduinoHttpClient overrides the platform default, so it breaks anything else that uses HttpClient.h. Note that despite the cases of the classes being different, at least on windows the case of the filename does not matter, so the wrong file is included in any module that references it.

I was finally able to workarourd this my renaming the HttpClient.h -> MCQN_HttpClient.h . Your method may vary, but since this framework and platformio are very popular, this library should really not duplicate the header filename.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.