mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 09:36:13 +01:00
Fix EXRAIL speed issue
This commit is contained in:
parent
a3c9800aba
commit
6781e44fdd
|
@ -610,6 +610,7 @@ void RMFT2::loop2() {
|
|||
break;
|
||||
|
||||
case OPCODE_SPEED:
|
||||
forward=DCC::getThrottleDirection(loco)^invert;
|
||||
driveLoco(operand);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user