mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
ESP8266HTTPClient: fix case for some defines
This commit is contained in:
@ -567,7 +567,7 @@ bool HTTPClient::connect(void) {
|
||||
}
|
||||
|
||||
// set Timeout for readBytesUntil and readStringUntil
|
||||
_tcp->setTimeout(HTTPClient_TCP_TIMEOUT);
|
||||
_tcp->setTimeout(HTTPCLIENT_TCP_TIMEOUT);
|
||||
|
||||
#ifdef ESP8266
|
||||
_tcp->setNoDelay(true);
|
||||
|
Reference in New Issue
Block a user