Increased WEBSOCKETS_TCP_TIMEOUT to 5000ms.

See https://github.com/Links2004/arduinoWebSockets/issues/500.
This commit is contained in:
Amr Bekhit
2019-12-24 17:03:32 +03:00
committed by GitHub
parent c038f100d6
commit 4ee0ba5630

View File

@ -76,7 +76,7 @@
#endif
#define WEBSOCKETS_TCP_TIMEOUT (2000)
#define WEBSOCKETS_TCP_TIMEOUT (5000)
#define NETWORK_ESP8266_ASYNC (0)
#define NETWORK_ESP8266 (1)