1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Change track manager cmd to =

And fix the wrong param number at the same time!
This commit is contained in:
Asbelos
2022-03-18 16:41:52 +00:00
parent cd952c6ede
commit 75b16c9047
2 changed files with 15 additions and 12 deletions

View File

@@ -473,7 +473,7 @@ void DCCEXParser::parse(Print *stream, byte *com, RingStream * ringStream)
return;
return;
case 'J': // < >
case '=': // <= Track manager control >
if (TrackManager::parseJ(stream, params, p))
return;
break;