1
0
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:
Ivan Grokhotkov 2015-11-30 10:15:59 +03:00
parent de8013bf24
commit c10a19e052

View File

@ -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)