Great work @alanswx, saved me tons of time re-coding WiFiManager.
In line 484, could you destroy/reset both AsyncWebserver & DNS after successful connect?
dnsServer = DNSServer();
server.reset();
This way the server is usable after AsyncWiFiManger connect, or else both DNS and webserver become unusable. Let me know if you want me to create a PR.
Great work @alanswx, saved me tons of time re-coding WiFiManager. In line 484, could you destroy/reset both AsyncWebserver & DNS after successful connect?
This way the server is usable after AsyncWiFiManger connect, or else both DNS and webserver become unusable. Let me know if you want me to create a PR.
Maybe this will also solve https://github.com/alanswx/ESPAsyncWiFiManager/issues/17