You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
My understanding is that the intention of the code is to auto direct the user connected to the config portal once connected. Currently due to a misconfiguration in the DNS server if APStaticIP is set the user has to enter the IP of APStaticIP to the browser.
This is because the DNS server is configured with WiFi.softAPIP() before softAP itself has been given the value of APStaticIP.
Esentially the DNS entry always redirects to 192.168.4.1.
Steps to Reproduce
Use the ESP32_FSWebServer_DRD sketch.
Connect to AP.
Config page only appears when 192.168.100.1 is used in the browser.