[WiFi] Cleanup code, split ESP32/ESP8266 specific#5149
[WiFi] Cleanup code, split ESP32/ESP8266 specific#5149TD-er merged 515 commits intoletscontrolit:megafrom
Conversation
|
Notes/bookmarks: AP API: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiAP.h#L44-L57 Manager api:
|
src/src/Globals/NWPlugins.cpp
Outdated
|
|
||
| // TODO TD-er: Implement | ||
|
|
||
| for (networkIndex_t x = 0; x < CONTROLLER_MAX; x++) { |
There was a problem hiding this comment.
Shouldn't that be NETWORK_MAX ?
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
ToDo:
WiFi.softAPgetStationNum()does not work as expected on ESP8266)WiFi_AP_Candidates.force_reload()when saving security settings"Sensors":[]missing)