khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
290 stars 73 forks source link

Fixes Captive Portal hanging depending on active core for AsyncTCP #100 #104

Closed ZongyiYang closed 2 years ago

ZongyiYang commented 2 years ago

Fixes Captive Portal hanging depending on active core for AsyncTCP #100 by switching from DNSServer to AsyncDNSServer.

khoih-prog commented 2 years ago

LGTM. Merging now.

Thanks and Regards,

khoih-prog commented 2 years ago

Hi @ZongyiYang

The new ESPAsync_WiFiManager releases v1.13.0 has just been published. Your contribution is noted in Contributions and Thanks.

Looking forward to receiving more of your contributions.

Best Regards,


Releases v1.13.0

  1. Using AsyncDNSServer instead of DNSServer. Check Captive Portal hanging depending on active core for AsyncTCP #100