mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Add timeout to STA::waitForConnectResult (#5371)
This commit is contained in:
@ -254,6 +254,7 @@ Function returns one of the following connection statuses:
|
||||
- ``WL_CONNECT_FAILED`` 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
|
||||
|
||||
Configuration
|
||||
~~~~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user