1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-24 05:51:20 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Kcsmith0708
1618558a86
Merge ad3ff436028d525121b3783a5c5d10a479c0e33e into 8b8e9e491963bcfdd963942e0ae0abfdf1eaf918 2023-10-20 23:46:17 +08:00
Kcsmith0708
ad3ff43602
Update DCCEXParser.cpp
Correct return when requesting D HAL SHOW
2023-09-24 16:13:30 -04:00

View File

@ -1077,7 +1077,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: // <D TT vpin steps activity>