Suggestion for future versions: make a new status() output to specifically reflect wrong password.
|
case STATION_WRONG_PASSWORD: |
Of course, it is possible to call wifi_station_get_connect_status() from user_interface.h, but it would be cleaner if this was possible with ESP8622WiFi.h.
Suggestion for future versions: make a new status() output to specifically reflect wrong password.
Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp
Line 493 in ca25068
Of course, it is possible to call wifi_station_get_connect_status() from user_interface.h, but it would be cleaner if this was possible with ESP8622WiFi.h.