WiFiManager
WiFiManager copied to clipboard
SSID input box instead of radio buttions?
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!
i guess it could show both:
- a input box
- some radio buttons for the discovered ssids
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.