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
You need WiFi.mode(WIFI_AP); before WiFi.softAP(ssid); Without setting mode, mdns.begin("esp8266") returns false.
Following that, I added line WiFi.mode(WIFI_AP) before the line WiFi.softAP(ssid); in my sketch and compiled it. Now it does NOT give me Error for setting up MDNS responder
as it is clear regarding the problem! kindly help me figure it out where it went wrong with code. I'm using esp8266 12 node mcu v0.9
The text was updated successfully, but these errors were encountered: