Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

ESPAsyncDNSServer depends on faulty and not maintained library ESPAsyncUDP #108

@hunter-nl

Description

@hunter-nl

Describe the bug

Since ESPAsyncDNSServer is included in ESPAsync_WIFIManger, I get compile error about missing user_interface.h. This is included into ESPAsyncUDP library, used by ESPAsyncDNSServer. user_interface.h is missing and do not know how to solve this.
ESPAsyncUDP is a very old library and not maintained for many years.
In platform.io and expressif32 framework the AsyncUDP library is builtin. Why still use ESPAsyncUDP library?

Expected behavior

When ESPAsync_WIFIManager is included in my project, the dependencies should compile fine also.

Actual behavior

It does not compile due depending on a very old and not maintained library ESPAsyncUDP.

Information

  • Platform.io: Core 6.1.4 Home 3.4.3
  • ESP32 (Espressif 32): 5.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem rightwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions