-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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] Cleanup code, split ESP32/ESP8266 specific #5149
base: mega
Are you sure you want to change the base?
Conversation
Notes/bookmarks: AP API: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiAP.h#L44-L57 Manager api:
|
Finally going to clean up the WiFi code and restructure it.
Hopefully this will also show where the long lasting WiFi reconnect issues may be...
Fixes: #3870