Remove debug flag by default

This commit is contained in:
Luc 2016-09-26 21:33:05 +08:00
parent a7aedc5599
commit b3460b18f8

View File

@ -85,10 +85,10 @@
//DEBUG Flag do not do this when connected to printer !!! //DEBUG Flag do not do this when connected to printer !!!
#define DEBUG_ESP3D //#define DEBUG_ESP3D
//#define DEBUG_OUTPUT_SPIFFS //#define DEBUG_OUTPUT_SPIFFS
//#define DEBUG_OUTPUT_SD //#define DEBUG_OUTPUT_SD
#define DEBUG_OUTPUT_SERIAL //#define DEBUG_OUTPUT_SERIAL
#include <FS.h> #include <FS.h>