mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-22 21:11:19 +02:00
Compare commits
3 Commits
2738d86431
...
5d411e6a08
Author | SHA1 | Date | |
---|---|---|---|
|
5d411e6a08 | ||
|
7bd1bae470 | ||
|
7cc3cf9c65 |
@ -810,7 +810,8 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
|
||||
StringFormatter::send(stream,
|
||||
F("<@ 0 0 \"DCC-EX v" VERSION "\">\n"
|
||||
"<@ 0 1 \"Lic GPLv3 \">\n"
|
||||
"<@ 0 8 \"Powered by DCC-EX \">\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