Skip to content

Commit c10a19e

Browse files
committed
ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition
1 parent de8013b commit c10a19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define DEBUG_HTTPCLIENT(...)
3232
#endif
3333

34-
#define HTTPClient_TCP_TIMEOUT (1000)
34+
#define HTTPCLIENT_TCP_TIMEOUT (1000)
3535

3636
/// HTTP client errors
3737
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)

0 commit comments

Comments
 (0)