1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-20 14:15:24 +02:00

Merge 2738d8643175cc4059c4bf0a588941fbf57add15 into 8a5a832b1d5e2301073b1170b977346de15ecc14

This commit is contained in:
Kcsmith0708 2024-04-10 13:40:10 -04:00 committed by GitHub
commit d0ab8f82c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -809,7 +809,8 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
CommandDistributor::setVirtualLCDSerial(stream); CommandDistributor::setVirtualLCDSerial(stream);
StringFormatter::send(stream, StringFormatter::send(stream,
F("<@ 0 0 \"DCC-EX v" VERSION "\">\n" F("<@ 0 0 \"DCC-EX v" VERSION "\">\n"
"<@ 0 1 \"Lic GPLv3\">\n")); "<@ 0 1 \"Lic GPLv3 \">\n"
"<@ 0 8 \"Powered by DCC-EX \">\n"));
return; return;
#endif #endif
default: //anything else will diagnose and drop out to <X> default: //anything else will diagnose and drop out to <X>