mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
#define DEBUG_HTTPCLIENT(...)
|
#define DEBUG_HTTPCLIENT(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define HTTPClient_TCP_TIMEOUT (1000)
|
#define HTTPCLIENT_TCP_TIMEOUT (1000)
|
||||||
|
|
||||||
/// HTTP client errors
|
/// HTTP client errors
|
||||||
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
|
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
|
||||||
|
Reference in New Issue
Block a user