mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition
This commit is contained in:
parent
de8013bf24
commit
c10a19e052
@ -31,7 +31,7 @@
|
||||
#define DEBUG_HTTPCLIENT(...)
|
||||
#endif
|
||||
|
||||
#define HTTPClient_TCP_TIMEOUT (1000)
|
||||
#define HTTPCLIENT_TCP_TIMEOUT (1000)
|
||||
|
||||
/// HTTP client errors
|
||||
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user