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 b640044 commit 9b06b88Copy full SHA for 9b06b88
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