mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
disable DEBUG_HTTPCLIENT
This commit is contained in:
@ -19,7 +19,7 @@ ESP8266WiFiMulti WiFiMulti;
|
|||||||
void setup() {
|
void setup() {
|
||||||
|
|
||||||
USE_SERIAL.begin(115200);
|
USE_SERIAL.begin(115200);
|
||||||
// USE_SERIAL.setDebugOutput(true);
|
// USE_SERIAL.setDebugOutput(true);
|
||||||
|
|
||||||
USE_SERIAL.println();
|
USE_SERIAL.println();
|
||||||
USE_SERIAL.println();
|
USE_SERIAL.println();
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifndef ESP8266HTTPCLIENT_H_
|
#ifndef ESP8266HTTPCLIENT_H_
|
||||||
#define ESP8266HTTPCLIENT_H_
|
#define ESP8266HTTPCLIENT_H_
|
||||||
|
|
||||||
#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
|
//#define DEBUG_HTTPCLIENT(...) Serial1.printf( __VA_ARGS__ )
|
||||||
|
|
||||||
#ifndef DEBUG_HTTPCLIENT
|
#ifndef DEBUG_HTTPCLIENT
|
||||||
#define DEBUG_HTTPCLIENT(...)
|
#define DEBUG_HTTPCLIENT(...)
|
||||||
|
Reference in New Issue
Block a user