tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
666 stars 219 forks source link

Change to only sta mode when connected #9

Closed menesesleonardo closed 5 years ago

menesesleonardo commented 6 years ago

Skimming through the code, it seems that the expected behavior is to connect to the network via web server, being the device in sta+ap mode and change to only sta mode. But this doesn't happen

tonyp7 commented 6 years ago

Hi, The app doesn't close the AP once it's connected. Today it's not a feature of the app.

tonyp7 commented 5 years ago

This is now the new behaviour in current master branch. Try it out.