1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00

disable DEBUG_HTTPCLIENT

This commit is contained in:
Markus Sattler
2015-11-25 12:50:49 +01:00
parent 4b0e8ee049
commit 75fb6e2002
2 changed files with 2 additions and 2 deletions

View File

@ -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(...)