arduino-esp32/libraries/WiFi
Drzony 0acbe781f5
Increase default timeout for WiFiClient from 3ms to 3s (#5496)
## Summary
https://github.com/espressif/arduino-esp32/pull/5487 introduced a default timeout for WiFiClient, however the default was specified in milliseconds instead of seconds, see be84c8219c (commitcomment-54358731)
This 3ms timeout breaks OTA when the processor is busy.

## Impact
Sets the default to a saner value, fixes OTA.
2021-08-11 14:17:38 +03:00
..
examples Add FTM support and examples (#5272) 2021-06-16 21:24:48 +03:00
src Increase default timeout for WiFiClient from 3ms to 3s (#5496) 2021-08-11 14:17:38 +03:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00