1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Disable TCP/UDP debug by default

This commit is contained in:
Ivan Grokhotkov 2015-02-01 01:51:46 +03:00
parent 383c19fd34
commit aa6e0ce54f

View File

@ -2,7 +2,7 @@
#define ARD_DEBUG_H #define ARD_DEBUG_H
#include <stddef.h> #include <stddef.h>
#define DEBUGV(...) ets_printf(__VA_ARGS__) // #define DEBUGV(...) ets_printf(__VA_ARGS__)
#define DEBUGV(...)
#endif//ARD_DEBUG_H #endif//ARD_DEBUG_H