Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 65fb33f

Browse files
authored
v2.0.1 to increase DEFAULT_RX_TIMEOUT
### Releases v2.0.1 1. Increase `DEFAULT_RX_TIMEOUT` to `30s` from `3s` for slower networks. Check [No result from github https query #8](#8)
1 parent 7dca80d commit 65fb33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncHTTPSRequest_Generic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class xbuf: public Print
234234
DEBUG_IOTA_PORT.printf("Debug(%3ld): ", millis()-_requestStartTime);\
235235
DEBUG_IOTA_PORT.printf_P(PSTR(format),##__VA_ARGS__);}
236236

237-
#define DEFAULT_RX_TIMEOUT 30 // Seconds for timeout
237+
#define DEFAULT_RX_TIMEOUT 30 // Seconds for timeout
238238

239239
#define HTTPCODE_CONNECTION_REFUSED (-1)
240240
#define HTTPCODE_SEND_HEADER_FAILED (-2)

0 commit comments

Comments
 (0)