mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
BREAKING: Add Wrong Password wifi status case (#7652)
* Add Wrong Password wifi status case * Add wrong password case for status return * Add wrong password case for debug * Add Wrong password case to interactive example * Add case for wrong password to station doc * Add case for wrong password to resumeFromShutdown * Add wrong password case to wifi readme * Update ESP8266WiFiGeneric.cpp
This commit is contained in:
@ -250,8 +250,9 @@ Wait until module connects to the access point. This function is intended for mo
|
||||
Function returns one of the following connection statuses:
|
||||
|
||||
- ``WL_CONNECTED`` after successful connection is established
|
||||
- ``WL_NO_SSID_AVAIL`` in case configured SSID cannot be reached
|
||||
- ``WL_CONNECT_FAILED`` if password is incorrect
|
||||
- ``WL_NO_SSID_AVAIL`` in case configured SSID cannot be reached
|
||||
- ``WL_CONNECT_FAILED`` if connection failed
|
||||
- ``WL_CONNECT_WRONG_PASSWORD`` if password is incorrect
|
||||
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
|
||||
- ``WL_DISCONNECTED`` if module is not configured in station mode
|
||||
- ``-1`` on timeout
|
||||
|
Reference in New Issue
Block a user