arduino-esp32/libraries/WiFi
rtpmsys e18f08ede5
Fix error in WiFiClient.cpp where the connect function fails for timeouts below 1 second (#7686)
* Update WiFiClient.cpp

This change will allow specifying connect timeouts below 1 second. Without this change, if connect timeouts under 1 second are given, the connect defaults to 0ms and fails. 
This will also allow timeouts in fractions of seconds, e.g. 1500ms. Without this change, connect timeouts are truncated to full second increments.

* Make parameter timeout_ms clear

* Change connection timeout_ms name for clarity

---------

Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2023-02-06 15:09:14 +02:00
..
examples WiFiClient example fix (#7711) 2023-02-06 14:54:11 +02:00
src Fix error in WiFiClient.cpp where the connect function fails for timeouts below 1 second (#7686) 2023-02-06 15:09:14 +02:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties Doc: remove specific mention of wifi encryption... (#6671) 2022-05-27 12:19:16 +03:00