mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
Merge 5d411e6a08
into dc481a2f0c
This commit is contained in:
commit
6c91cbf7fc
|
@ -886,7 +886,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…
Reference in New Issue
Block a user