tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
345 stars 104 forks source link

SSID input box instead of radio buttions? #19

Open Tylersuard opened 5 years ago

Tylersuard commented 5 years ago

Hello. Thank you for creating this. Would there be any way to, instead of displaying the available wifi networks on the webpage, just have an input box for the ssid and password? And then a "connect" button, and a notification that the board is connected. I'm not experienced enough to know how to do this, so any advice would be appreciated. Thanks!

ThomasWaldmann commented 5 years ago

i guess it could show both:

After the POST, the code would need to check if there is something in the input box (if so: use that), otherwise check which radio button was selected.