-
Notifications
You must be signed in to change notification settings - Fork 308
WIFI_CONNECTED does not get fired after a WiFi reconnect #449
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
Comments
Hard to say |
Just wanted to test the events. So I turned off the router and switched it back on immediately. |
btw: The device reconnects to the WiFi AP but the event does not get fired. |
Might not to do with homie more the the esp Arduino sdk |
Thank you for this hint. Just made a git pull on esp8266/Arduino. Even |
@marvinroger: Could this be the problem? esp8266/Arduino#2735 (comment) How is your code implemented? |
Problem seems to be solved with the latest master branch of esp8266/Arduino. Please have a look at this: esp8266/Arduino#4161 |
Cool :) |
Hi,
I use the latest version of homie-esp8266. When I turn on the device HomieEventType::WIFI_CONNECTED event gets fired. After turning off and on my WiFi router, this event does not get fired anymore. Is this a bug, or do I something wrong?
The text was updated successfully, but these errors were encountered: