-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
WiFi Should Reconnect For Most Reasons #7344
Conversation
f548ba8
to
282f968
Compare
Still looking for feedback on this PR |
I have been running the reconnect logic for 3 weeks on my project with no issues. Submitting for review. |
@mrengineer7777 Thanks for update, I asked Devs for help with review. |
Thanks @mrengineer7777 for this PR! |
This should be reverted ASAP #7968 |
@tablatronix I strongly disagree. This PR fixed connection issues for multiple users. Your issue is with specific routers. The fix will likely have to be in the WiFi driver in IDF repository. Please keep your comments on the open issue. |
Not router specific, this is the standard response for all WPA password failures that I tested, rather the PR fix is for non standard behaviors |
Description of Change
Allows WiFi to reconnect for most disconnect reasons. See #7210 for discussion.
Tests scenarios
ESP32-WROOM-32UE (4MB) on custom PCB. Similar pinout to Adafruit FeatherESP32 (Huzzah32).
Tested changes on platform=
https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3/platform-espressif32-2.0.3.zip. WORKS!
https://github.com/tasmota/platform-espressif32/releases/download/v2.0.5/platform-espressif32-2.0.5.zip WORKS!
Related links
Closes #7210
Closes #7296