Closed probonopd closed 6 years ago
Whats AsyncWiFiManager ?
Err, good point @tablatronix - sorry I have mixed up the projects. https://github.com/alanswx/ESPAsyncWiFiManager is a fork of https://github.com/tzapu/WiFiManager/ but async. Closing here and asking there.
I suspect it has something to do with "Using last saved values, should be faster" - apparently doing a network scan confuses this. Is this supposed to work with https://github.com/tzapu/WiFiManager/?
I need to use WiFiManager only as a fallback if a certain network (
homeNetwork
) is not there.However, if I do the following then apparently the credentials do not get saved and loaded correctly - after a reboot,
AutoConnectAP
is always spawned.How to fix this?