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

Auto prog power diagnostics and cleanup

This commit is contained in:
Asbelos
2020-09-11 12:56:36 +01:00
parent 603c8e4fcd
commit a86b65ced0
2 changed files with 15 additions and 14 deletions

View File

@@ -184,6 +184,7 @@ void DCCEXParser::parse(Print * stream, byte *com, bool blocking) {
DCC::setThrottle(cab,tspeed,direction);
if (params==4) StringFormatter::send(stream,F("<T %d %d %d>"), p[0], p[2],p[3]);
else StringFormatter::send(stream,F("<O>"));
return;
}
case 'f': // FUNCTION <f CAB BYTE1 [BYTE2]>