mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 21:31:02 +01:00
Correct throw/close re haba
This commit is contained in:
parent
270b9df523
commit
67be436898
@ -357,11 +357,11 @@ void RMFT2::loop2() {
|
|||||||
switch ((OPCODE)opcode) {
|
switch ((OPCODE)opcode) {
|
||||||
|
|
||||||
case OPCODE_THROW:
|
case OPCODE_THROW:
|
||||||
Turnout::activate(operand, true);
|
Turnout::activate(operand, false);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OPCODE_CLOSE:
|
case OPCODE_CLOSE:
|
||||||
Turnout::activate(operand, false);
|
Turnout::activate(operand, true);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OPCODE_REV:
|
case OPCODE_REV:
|
||||||
|
Loading…
Reference in New Issue
Block a user