-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Can't connect to WiFi with latest git #4398
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
Labels
Milestone
Comments
Ok, I will use 2.4.0 for now. I personally use platformio a lot. I'm guessing the menu would not work, but an erase config function will. |
igrr
added a commit
that referenced
this issue
Feb 22, 2018
- Fixes WiFi not being able to reconnect after SDK update (#4398) - Fixes increased current in light sleep mode - Fixes return value documentation for wifi_{get,set}_country
Created #4412 which fixes this issue. |
igrr
added a commit
that referenced
this issue
Feb 22, 2018
- Fixes WiFi not being able to reconnect after SDK update (#4398) - Fixes increased current in light sleep mode - Fixes return value documentation for wifi_{get,set}_country
I can confirm that this seems to have done the trick! Thanks for your quick response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded to the latest git to try out SDK 2.2.0 and since then the WiFi is not able to connect.
The WiFi debug output is saying:
The SSID does exist, and was working immediately before the upgrade.
The WiFi setup routine I use:
The access point which is also created here works fine, once it connects (unstable while trying to connect to an access point)
I believe previously I was on core 2.4.0 and SDk 2.1.0, returning back to this everything works as expected.
Is there a anything required to clear SDK settings when switching between the two?
Using platformio if it makes any difference.
The text was updated successfully, but these errors were encountered: