mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-06-15 20:15:23 +02:00
Merge 5d411e6a084c05f50beabf75a11bf44350f41fda into a4c71889c6968ea009eac0403babb9d2bed250aa
This commit is contained in:
commit
2a57492e73
@ -933,7 +933,9 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
|
||||
CommandDistributor::setVirtualLCDSerial(stream);
|
||||
StringFormatter::send(stream,
|
||||
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"
|
||||
CommandDistributor::setVirtualLCDSerial(NULL);
|
||||
return;
|
||||
#endif
|
||||
default: //anything else will diagnose and drop out to <X>
|
||||
|
Loading…
x
Reference in New Issue
Block a user