-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rework WiFi #1323
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
rework WiFi #1323
Conversation
may fixes: esp8266#1138
simplify STA config and allow setting of second DNS server for fallback code style
Whoops, good work! sorry still working my way through a lot of changes:) |
👍 |
@sticilface the IP is not stored by the SDK or the WiFi class. |
Agree. :) |
Note: testing needed
rework done for now. |
Any chance of adding support for client.isSendWaiting() to these changes |
i currently not rework the TCP / UDP stuff. will take a look later. |
test results for the auto connect modifications
test code
It all seems OK, thank you very much. Maybe a bit confusing when setting connect to false and it still connects. |
@tzapu is the ESP may already connected when you call begin? |
add isConnected function for easier usage
rework WiFi class