We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc00376 commit 288e879Copy full SHA for 288e879
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