8000 ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition · FelipeSchneider/Arduino@c10a19e · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0