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
291 stars 73 forks source link

It should be possible to start the ConfigPortal without connecting to WiFI #38

Closed pfy closed 3 years ago

pfy commented 3 years ago

This PullRequest enables the start of the config portal and setup of the WifiAccessPoint without a blocking call to connectWifi.

Background: We use the ESPAsync_WifiManager in a gui application which contains a button to start the config mode. Pressing this button should not freeze the gui.

khoih-prog commented 3 years ago

Your team's Contribution has been noted in Contributions and Thanks. Looking forward to receiving more PRs.

Best Regards,