1
0
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:
dav1901
2019-07-04 15:08:02 +03:00
committed by david gauchard
parent e81bb6f57c
commit 16312949c9
4 changed files with 17 additions and 7 deletions

View File

@ -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
~~~~~~~~~~~~~