mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
No reminders for F13-F28
This commit is contained in:
parent
4aceff8b7c
commit
e27c176fdf
2
DCC.cpp
2
DCC.cpp
|
@ -347,10 +347,12 @@ bool DCC::issueReminder(int reg) {
|
|||
case 4: // remind function group 4 F13-F20
|
||||
if (flags & FN_GROUP_4)
|
||||
setFunctionInternal(loco,222, ((functions>>13)& 0xFF));
|
||||
flags&= ~FN_GROUP_4; // dont send them again
|
||||
break;
|
||||
case 5: // remind function group 5 F21-F28
|
||||
if (flags & FN_GROUP_5)
|
||||
setFunctionInternal(loco,223, ((functions>>21)& 0xFF));
|
||||
flags&= ~FN_GROUP_5; // dont send them again
|
||||
break;
|
||||
}
|
||||
loopStatus++;
|
||||
|
|
Loading…
Reference in New Issue
Block a user