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 4b0e8ee commit 75fb6e2Copy full SHA for 75fb6e2
libraries/ESP8266httpClient/examples/StreamHttpClient/StreamHttpClient.ino
@@ -19,7 +19,7 @@ ESP8266WiFiMulti WiFiMulti;
19
void setup() {
20
21
USE_SERIAL.begin(115200);
22
- // USE_SERIAL.setDebugOutput(true);
+ // USE_SERIAL.setDebugOutput(true);
23
24
USE_SERIAL.println();
25
libraries/ESP8266httpClient/src/ESP8266httpClient.h
@@ -25,7 +25,7 @@
#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