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

ArduinoOTA mDNS announcements don't work if .begin is called before WiFi is connected #1828

Closed
mangelajo opened this issue Mar 28, 2016 · 2 comments

Comments

@mangelajo
Copy link
Contributor

mangelajo commented Mar 28, 2016

Basic Infos

_arduino._tcp service can't be discovered of ArduinoOTA.begin() is called before WiFi is ready, because the igmp subscription does not happen.

ArduinoOTA may need to track WiFi status via the .handle() function to wait for WiFi connectivity.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@igrr
Copy link
Member

igrr commented Jun 12, 2016

ESP8266mDNS is now aware of WiFi connects/disconnects and will restart itself as required.

@miky2k
Copy link

miky2k commented Jun 13, 2016

Good work!

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

No branches or pull requests

3 participants