Skip to content

Make AsyncDNS arduino-esp32-compatible #3

@drws

Description

@drws

Currently ESPAsyncDNSServer includes ESPAsyncUDP with #include <ESPAsyncUDP.h>. However, AsyncUDP is natively included in arduino-esp32 since 2018 and can be included in Arduino ESP32 projects with #include <AsyncUDP.h> only. Currently, this library is not compatible with arduino-esp32 out-of-the-box or am I missing anything?

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