From 205fa154b5522976aa4c255bf554f6d24bcee6f2 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sun, 19 Apr 2020 16:31:25 +0200 Subject: [PATCH] Remove debug flags --- esp3d/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp3d/config.h b/esp3d/config.h index a203e9e1..9798eea7 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -145,7 +145,7 @@ #define MAX_FW_ID 6 //For FW which has issue with checksum or not handling M110 properly/////// -#define DISABLE_SERIAL_CHECKSUM +//#define DISABLE_SERIAL_CHECKSUM //Do not Edit after this line ////////////////////////////////////////////// @@ -155,7 +155,7 @@ //#define DEBUG_OUTPUT_SPIFFS //#define DEBUG_OUTPUT_SERIAL //#define DEBUG_OUTPUT_TCP -#define DEBUG_OUTPUT_SOCKET +//#define DEBUG_OUTPUT_SOCKET //Sanity check #ifndef SDCARD_FEATURE