-
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 - Static IP fails to connect wifi #1081
Comments
the esp fire in this mode not the event SYSTEM_EVENT_STA_CONNECTED but only SYSTEM_EVENT_STA_GOT_IP.
i comment out the line that check of WL_IDLE_STATUS. This help. |
I can confirm the issue and the solution too |
This was referenced Feb 16, 2018
created the PR #1129 to fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hardware:
Board: WEMOS lolin32
Core Installation/update date: Jan/2018
IDE name: Arduino IDE
Description:
WiFi.status() won't connect.
If I get rid of WiFi.config(), going with the localIP, Wifi can connect.
The text was updated successfully, but these errors were encountered: