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.
2 parents b640044 + 9b06b88 commit dff0700Copy full SHA for dff0700
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