zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

Can WiFiManager Click an "ACCEPT" Button on WiFi Hotspot? #33

Open TSJim opened 4 years ago

TSJim commented 4 years ago

I want to connect an ESP32 (NodeMCU-32S board) to a specific WiFi network. There's no username or password required, but this particular WiFi network requires you to click on an "ACCEPT" button after you connect to the SSID to indicate that you have read the terms and conditions.

Here's what the portal page looks like for the WiFi network I want to have the ESP32 connect to:

Screen Shot 2019-10-04 at 1 55 05 PM

Can WiFiManager allow the ESP32 to "click" that "ACCEPT" button somehow?

Thanks!

-- Jim