From aa6e0ce54f93ea37321e22b0055146b9e385fc64 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 1 Feb 2015 01:51:46 +0300 Subject: [PATCH] Disable TCP/UDP debug by default --- cores/esp8266/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/esp8266/debug.h b/cores/esp8266/debug.h index 7bba3e057..a312bfdfd 100644 --- a/cores/esp8266/debug.h +++ b/cores/esp8266/debug.h @@ -2,7 +2,7 @@ #define ARD_DEBUG_H #include -#define DEBUGV(...) ets_printf(__VA_ARGS__) - +// #define DEBUGV(...) ets_printf(__VA_ARGS__) +#define DEBUGV(...) #endif//ARD_DEBUG_H