forked from Links2004/arduinoWebSockets
Add possibility to change WEBSOCKETS_TCP_TIMEOUT
This commit is contained in:
@ -94,7 +94,9 @@
|
||||
#define WEBSOCKETS_YIELD_MORE()
|
||||
#endif
|
||||
|
||||
#ifndef WEBSOCKETS_TCP_TIMEOUT
|
||||
#define WEBSOCKETS_TCP_TIMEOUT (5000)
|
||||
#endif
|
||||
|
||||
#define NETWORK_ESP8266_ASYNC (0)
|
||||
#define NETWORK_ESP8266 (1)
|
||||
|
Reference in New Issue
Block a user