1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-21 06:35:23 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Kcsmith0708
3ba8cce3c0
Merge 04f0f56348e87e3a96bf266aacc24bba1407cd35 into 08f0a2b37de4297e045f7a2597c1b6786242b077 2023-12-04 22:09:30 -07:00
Kcsmith0708
04f0f56348
Update DCCEXParser.cpp
Correct return when requesting D HAL SHOW
2023-09-24 16:16:59 -04:00

View File

@ -1177,7 +1177,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>