Skip to content

Commit

Permalink
Disable TCP/UDP debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Jan 31, 2015
1 parent 95f969c commit 4c574ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/arduino/esp8266/cores/esp8266/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define ARD_DEBUG_H

#include <stddef.h>
#define DEBUGV(...) ets_printf(__VA_ARGS__)

// #define DEBUGV(...) ets_printf(__VA_ARGS__)
#define DEBUGV(...)

#endif//ARD_DEBUG_H

0 comments on commit 4c574ff

Please sign in to comment.