From 7cc3cf9c65bbac683fe5545a5f424b63000e2f5d Mon Sep 17 00:00:00 2001 From: Kcsmith0708 Date: Fri, 12 Apr 2024 13:16:44 -0400 Subject: [PATCH] Update DCCEXParser.cpp Added setVirtualLCDSerial(Null); to stop the <@ responses from streaming through the serial monitor --- DCCEXParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DCCEXParser.cpp b/DCCEXParser.cpp index 5ad671c..d7b4150 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -811,6 +811,7 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream) F("<@ 0 0 \"DCC-EX v" VERSION "\">\n" "<@ 0 1 \"Lic GPLv3 \">\n" "<@ 0 8 \"Powered by DCC-EX \">\n")); + CommandDistributor::setVirtualLCDSerial(NULL); return; #endif default: //anything else will diagnose and drop out to