WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

SSID input box instead of radio buttions?

Open Tylersuard opened this issue 6 years ago • 1 comments

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!

Tylersuard avatar Mar 31 '19 03:03 Tylersuard

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.

ThomasWaldmann avatar Mar 31 '19 16:03 ThomasWaldmann