-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFiMulti connection fails with 2.0.0 / IDF 4.4 #5220
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
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Anti-stale. |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
bump |
Hello, can you please retest this with v2.0.3-RC1? |
Hello, due to no answer I'm closing this issue as expired. If you still need help, please reopen it. Thanks for understanding! |
Seriously??? After almost a year of total inaction, you expect a response in two weeks? Is the example working for you? |
@mike-s123 Sorry for not answering this earlier but we weren't able to handle all of the issues before due to the Team size limitation. To keep Issue tracker manageable we are now doing some cleanup with closing outdated issues, this is because we did a lot of changes recently and older issues needs to be retested. With that go hand in hand that we are not able to test every single issue, from you comment I understand that issue still occurs so I am reopening it. I hope it make sense for you and we can cooperate together to solve your problem. |
I can test when I return from vacation. |
Thanks! |
I just tested WiFiMulti.ino example using 2 SSIDs and Arduino Core 2.0.2 and 2.0.3-RC1. I tested it by unplugging the AP where ESP32 was connected and it switched to the other AP right away, connecting with no problems. @mike-s123 - please let us know if you also are able to run it with no problems. |
I can confirm that the WiFiMulti library, using v2.0.3-RC1, is now working with the code it previously failed with. The example now works, too, as stated by @SuGlider As far as I'm concerned, this issue may now be closed. Thank you. |
Thanks for clarification @mike-s123 and also @SuGlider! |
WiFiMulti fails to connect with 2.0.0 / IDF 4.4.
Broken with (5502879 v2.0.0..., Apr 5, 2021)
Works with (2ee66b5 IDF release/v3.3, Mar 20, 2021)
ESP32 WROVER
Pretty straightforward, recreated using examples:
SimpleWiFiServer.ino (just uses basic WiFi.h) example connects and works.
WiFiMulti.ino example fails to connect.
Seems newer tries to set static IP to 0.0.0.0 instead of using DHCP?
Broken verbose core debug output:
Working verbose core debug output:
The text was updated successfully, but these errors were encountered: