Skip to content

Commit 205fa15

Browse files
committed
Remove debug flags
1 parent ae1c8ba commit 205fa15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp3d/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
#define MAX_FW_ID 6
146146

147147
//For FW which has issue with checksum or not handling M110 properly///////
148-
#define DISABLE_SERIAL_CHECKSUM
148+
//#define DISABLE_SERIAL_CHECKSUM
149149

150150
//Do not Edit after this line //////////////////////////////////////////////
151151

@@ -155,7 +155,7 @@
155155
//#define DEBUG_OUTPUT_SPIFFS
156156
//#define DEBUG_OUTPUT_SERIAL
157157
//#define DEBUG_OUTPUT_TCP
158-
#define DEBUG_OUTPUT_SOCKET
158+
//#define DEBUG_OUTPUT_SOCKET
159159

160160
//Sanity check
161161
#ifndef SDCARD_FEATURE

0 commit comments

Comments
 (0)