Skip to content

Commit 229964d

Browse files
authored
Merge pull request #74 from ARMmbed/increase-timeouts
Increase default timeouts
2 parents 18f1f88 + 89e99fb commit 229964d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ESP8266/ESP8266.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
#define ESP8266_CONNECT_TIMEOUT 15000
2727
#endif
2828
#ifndef ESP8266_SEND_TIMEOUT
29-
#define ESP8266_SEND_TIMEOUT 500
29+
#define ESP8266_SEND_TIMEOUT 2000
3030
#endif
3131
#ifndef ESP8266_RECV_TIMEOUT
32-
#define ESP8266_RECV_TIMEOUT 500
32+
#define ESP8266_RECV_TIMEOUT 2000
3333
#endif
3434
#ifndef ESP8266_MISC_TIMEOUT
35-
#define ESP8266_MISC_TIMEOUT 500
35+
#define ESP8266_MISC_TIMEOUT 2000
3636
#endif
3737

3838
/** ESP8266Interface class.

0 commit comments

Comments
 (0)