zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

Attempt connection to configured Wi-Fi without launching AP on failure #45

Open rousveiga opened 3 years ago

rousveiga commented 3 years ago

Hello, I'd like to use this in the following way:

I know I can do this with the Wifi.h library; however, is there a way to do it using only WifiManager? It doesn't seem like such an uncommon feature.