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 ab01d8b commit 392276cCopy full SHA for 392276c
libraries/ESP8266httpClient/src/ESP8266httpClient.h
@@ -25,7 +25,7 @@
25
#ifndef ESP8266HTTPCLIENT_H_
26
#define ESP8266HTTPCLIENT_H_
27
28
-//#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
+#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
29
30
#ifndef DEBUG_HTTPCLIENT
31
#define DEBUG_HTTPCLIENT(...)
0 commit comments