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
664 stars 217 forks source link

Improvements: ssid filtering, hidden ssid connect #20

Closed tamisoft closed 5 years ago

tamisoft commented 6 years ago

Two distinct changes, the first one adds filtering to the returned list to avoid duplicate SSIDs in case of an overlapping AP setup. The second one adds the option to manually specify the SSID/password to connect to, to make it possible to connect to Hidden SSIDs.

tonyp7 commented 6 years ago

I appreciate the PR -- let me compile this tomorrow and see how I can merge it!