1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

Fix EXRAIL speed issue

This commit is contained in:
Asbelos 2023-05-02 22:02:52 +01:00
parent a3c9800aba
commit 6781e44fdd
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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