From ad3ff436028d525121b3783a5c5d10a479c0e33e Mon Sep 17 00:00:00 2001 From: Kcsmith0708 Date: Sun, 24 Sep 2023 16:13:30 -0400 Subject: [PATCH] Update DCCEXParser.cpp Correct return when requesting D HAL SHOW --- DCCEXParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCEXParser.cpp b/DCCEXParser.cpp index fe21549..df9a608 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -1073,7 +1073,7 @@ bool DCCEXParser::parseD(Print *stream, int16_t params, int16_t p[]) IODevice::DumpAll(); else if (p[1] == HASH_KEYWORD_RESET) IODevice::reset(); - break; + return true; #endif case HASH_KEYWORD_TT: //