From 04f0f56348e87e3a96bf266aacc24bba1407cd35 Mon Sep 17 00:00:00 2001 From: Kcsmith0708 Date: Sun, 24 Sep 2023 16:16:59 -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 c9f31f0..76e45f0 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -1145,7 +1145,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: //