accidentally left DEBUG = 1

This commit is contained in:
Troy 2022-06-10 23:05:42 -04:00
parent eeacf3e746
commit 9b2b3f689f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include <SdFat.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
// 2: Debug information output to LOG.txt (slow)