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

Open configuration page when connected to a wifi #52

Closed vietanhdev closed 3 years ago

vietanhdev commented 3 years ago

Hello, After connecting to an outside wifi network, I got the IP address of my ESP-32 board. Can I open the configuration page when my ESP has been connected to a Wifi (not in access point mode)? How can I do that? Thank you!

khoih-prog commented 3 years ago

Hi,

You can't do that unless you trigger to open the Config Portal (DRD/MRD, switch, sotware, etc.)

Check hereafter for the reasons :