tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.55k stars 1.97k forks source link

warning on incorrect password #1636

Open Catta1997 opened 1 year ago

Catta1997 commented 1 year ago

There is a way to use HTTP_STATUS_OFFFAIL after a cooldown instead of the next connection? I mean

I'm trying to connect to a wifi with SSID "test" and paw "pass1" , with SSID "test" and paw "pass2" , is possible to let user now immediately that the password is incorrect instead write it on next connection? maybe with a pop-up that redirect to main page

aliyoruk38 commented 1 year ago

yes, this should be added. Incorrect password should be shown as a warning before connecting

akutruff commented 11 months ago

Just ran into this. When there's an incorrect password, the library is completely hung until there is a connection timeout and there's no ability to give feedback for the user at all.