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) {
567567 }
568568
569569 // set Timeout for readBytesUntil and readStringUntil
570- _tcp->setTimeout (HTTPClient_TCP_TIMEOUT );
570+ _tcp->setTimeout (HTTPCLIENT_TCP_TIMEOUT );
571571
572572#ifdef ESP8266
573573 _tcp->setNoDelay (true );
Original file line number Diff line number Diff line change 2525#ifndef ESP8266HTTPClient_H_
2626#define ESP8266HTTPClient_H_
2727
28- // #define DEBUG_HTTPClient (...) Serial1.printf( __VA_ARGS__ )
28+ // #define DEBUG_HTTPCLIENT (...) Serial1.printf( __VA_ARGS__ )
2929
30- #ifndef DEBUG_HTTPClient
31- #define DEBUG_HTTPClient (...)
30+ #ifndef DEBUG_HTTPCLIENT
31+ #define DEBUG_HTTPCLIENT (...)
3232#endif
3333
3434#define HTTPClient_TCP_TIMEOUT (1000 )
You can’t perform that action at this time.
0 commit comments