mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-31 18:50:12 +02:00
Fix EXRAIL speed issue
This commit is contained in:
parent
a3c9800aba
commit
6781e44fdd
@ -610,6 +610,7 @@ void RMFT2::loop2() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case OPCODE_SPEED:
|
case OPCODE_SPEED:
|
||||||
|
forward=DCC::getThrottleDirection(loco)^invert;
|
||||||
driveLoco(operand);
|
driveLoco(operand);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define VERSION "4.2.48"
|
#define VERSION "4.2.48"
|
||||||
|
// 4.2.49 - Exrail SPEED take notice of external direction change
|
||||||
// 4.2.48 - BROADCAST/WITHROTTLE Exrail macros
|
// 4.2.48 - BROADCAST/WITHROTTLE Exrail macros
|
||||||
// 4.2.47 - Correct response to <JA 0>
|
// 4.2.47 - Correct response to <JA 0>
|
||||||
// 4.2.46 - Support boards with inverted fault pin
|
// 4.2.46 - Support boards with inverted fault pin
|
||||||
|
Loading…
Reference in New Issue
Block a user