You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
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.