alanswx / ESPAsyncWiFiManager

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

My ConfigAP not removed from phones Wifi list after a connection #107

Closed MAWMN closed 2 years ago

MAWMN commented 2 years ago

Hello,

My ConfigAP "OnDemandAP" is not being removed from my phones Wifi list after a connection with the AsyncWifiManager has been established.. The "OnDemandAP" in the list is NOT functionable anymore at that moment??? The only moment it is being removed is during uploading a new version of the software., otherwise it stays on forever.

I am using PlatformIO with a "WemosD1 mini PRO" device, platform = espressif8266@4.0.1 with core 6.0.2

Question - How to (automatically) remove the "OnDemandAP" from my phones network list

MAWMN commented 2 years ago

Problem Solved, called the function wifiManager.autoConnect("OnDemandAP") twice..