alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
219 stars 84 forks source link

fix not connect to AP when the _tryConnectDuringConfigPortal is not set #98

Closed dumarjo closed 3 years ago

dumarjo commented 3 years ago

This fix is needed when _tryConnectDuringConfigPortal == false. The save button on the wifi scan trigger the connection by placing the connect = true;

No check is done against _tryConnectDuringConfigPortal is this context.