Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error setting up MDNS responder! #10

Open
chakree10 opened this issue Mar 30, 2017 · 2 comments
Open

Error setting up MDNS responder! #10

chakree10 opened this issue Mar 30, 2017 · 2 comments

Comments

@chakree10
Copy link

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

@muminkoykiran
Copy link

If you make it like that you can work it without problem. But it is not fix this problem, just ignore those lines
screenshot_4

@Vivsa
Copy link

Vivsa commented Sep 24, 2017

I followed remark from https://github.com/aekarpenko on the issue "#3" that says

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants