File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libraries/ESP8266HTTPClient/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ bool HTTPClient::connect(void) {
567
567
}
568
568
569
569
// set Timeout for readBytesUntil and readStringUntil
570
- _tcp->setTimeout (HTTPClient_TCP_TIMEOUT );
570
+ _tcp->setTimeout (HTTPCLIENT_TCP_TIMEOUT );
571
571
572
572
#ifdef ESP8266
573
573
_tcp->setNoDelay (true );
Original file line number Diff line number Diff line change 25
25
#ifndef ESP8266HTTPClient_H_
26
26
#define ESP8266HTTPClient_H_
27
27
28
- // #define DEBUG_HTTPClient (...) Serial1.printf( __VA_ARGS__ )
28
+ // #define DEBUG_HTTPCLIENT (...) Serial1.printf( __VA_ARGS__ )
29
29
30
- #ifndef DEBUG_HTTPClient
31
- #define DEBUG_HTTPClient (...)
30
+ #ifndef DEBUG_HTTPCLIENT
31
+ #define DEBUG_HTTPCLIENT (...)
32
32
#endif
33
33
34
34
#define HTTPClient_TCP_TIMEOUT (1000 )
You can’t perform that action at this time.
0 commit comments