-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
Hi I have tried mDNS sample in Station Mode, and it works very well - excellent!
But I have issue in AP mode:
I have modified the sample code to start in AP mode without password
// Connect to WiFi network
//WiFi.begin(ssid, password);
WiFi.mode(WIFI_AP);
WiFi.softAP(ssid);
and started mDNS using AP IP
if (!mdns.begin("esp8266", WiFi.softAPIP())) {
webserver answer as expected on browser if using ip address (normal), but no answer when using http://esp8266.local - seems mDNS started without issue and I do not see any error on serial.
Is that normal ? or do I miss to setup something ?
Thanks,
Luc
Metadata
Metadata
Assignees
Labels
No labels