accidentally left DEBUG = 1

This commit is contained in:
Troy 2022-06-10 23:05:42 -04:00
parent eeacf3e746
commit 9b2b3f689f

View File

@ -39,7 +39,7 @@
#include <SdFat.h> #include <SdFat.h>
#include <setjmp.h> #include <setjmp.h>
#define DEBUG 1 // 0:No debug information output #define DEBUG 0 // 0:No debug information output
// 1: Debug information output to USB Serial // 1: Debug information output to USB Serial
// 2: Debug information output to LOG.txt (slow) // 2: Debug information output to LOG.txt (slow)