-
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
Is 'WL_IDLE_STATUS' correct if 'STA_GOT_IP' ? #1086
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
arduino-esp32/libraries/WiFi/src/WiFiGeneric.cpp
Line 319 in c8596cb
I'm trying to create a static IP address on an ESP32 WROOM, but IMHO the ESP is not IDLE anymore if it has gotten an IP address. Please correct me if I'm wrong about this but I've been searching for some kind of time table to find out when exactly the IDLE status is, but couldn't find it. Creating a dynamic IP causes no problem (working correctly) but creating a static IP gives a problem in WiFiGeneric.cpp, line 319.
The text was updated successfully, but these errors were encountered: