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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open configuration page when connected to a wifi

vietanhdev opened this issue · comments

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!

Hi,

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

Check hereafter for the reasons :