8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8013b commit c10a19eCopy full SHA for c10a19e
libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h
@@ -31,7 +31,7 @@
31
#define DEBUG_HTTPCLIENT(...)
32
#endif
33
34
-#define HTTPClient_TCP_TIMEOUT (1000)
+#define HTTPCLIENT_TCP_TIMEOUT (1000)
35
36
/// HTTP client errors
37
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
0 commit comments