mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-19 23:46:02 +01:00
Update DCCEXParser.cpp
Virtual LCD#0 line 8 "Powered by DCC-EX"
This commit is contained in:
parent
8a5a832b1d
commit
2738d86431
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user