From 6e5c662c0ac6a97c03f07eb8a75a74386ff6a8f9 Mon Sep 17 00:00:00 2001 From: Andrei Mehilainen Date: Sun, 5 Mar 2017 01:03:40 +0200 Subject: [PATCH] disabled debug messages so that the code can be compiled with SDK v2.0.0 --- app/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/include/debug.h b/app/include/debug.h index e7e3ead..5afd79e 100644 --- a/app/include/debug.h +++ b/app/include/debug.h @@ -4,7 +4,7 @@ #include int ets_vsnprintf(char *buffer, size_t sizeOfBuffer, const char *format, va_list argptr); -//#define NDEBUG +#define NDEBUG #ifdef NDEBUG #define debug(format, args...) ((void)0)