From c997949c5b792f42d3f89e6f02bb85e1ef3b6adc Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Tue, 23 Aug 2022 21:43:04 +0200 Subject: [PATCH] disabled Serial-debugging --- Software/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/main.cpp b/Software/src/main.cpp index cd4041b..63a08b4 100644 --- a/Software/src/main.cpp +++ b/Software/src/main.cpp @@ -103,7 +103,7 @@ void setup() #endif Serial.begin(115200); - Serial.setDebugOutput(true); + Serial.setDebugOutput(false); Serial.println("Souko's ChainLube Mk1"); Serial.println(globals.DeviceName);