mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
disable DEBUG_HTTPCLIENT
This commit is contained in:
parent
4b0e8ee049
commit
75fb6e2002
@ -19,7 +19,7 @@ ESP8266WiFiMulti WiFiMulti;
|
||||
void setup() {
|
||||
|
||||
USE_SERIAL.begin(115200);
|
||||
// USE_SERIAL.setDebugOutput(true);
|
||||
// USE_SERIAL.setDebugOutput(true);
|
||||
|
||||
USE_SERIAL.println();
|
||||
USE_SERIAL.println();
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef ESP8266HTTPCLIENT_H_
|
||||
#define ESP8266HTTPCLIENT_H_
|
||||
|
||||
#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
|
||||
//#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
|
||||
|
||||
#ifndef DEBUG_HTTPCLIENT
|
||||
#define DEBUG_HTTPCLIENT(...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user