mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
Make remider window 6 preamble bits bigger
This commit is contained in:
parent
aebca646d9
commit
9e8c9d5cc7
|
@ -154,7 +154,7 @@ void DCCWaveform::interrupt2() {
|
||||||
// As we get to the end of the preambles, open the reminder window.
|
// As we get to the end of the preambles, open the reminder window.
|
||||||
// This delays any reminder insertion until the last moment so
|
// This delays any reminder insertion until the last moment so
|
||||||
// that the reminder doesn't block a more urgent packet.
|
// that the reminder doesn't block a more urgent packet.
|
||||||
reminderWindowOpen=transmitRepeats==0 && remainingPreambles<4 && remainingPreambles>1;
|
reminderWindowOpen=transmitRepeats==0 && remainingPreambles<10 && remainingPreambles>1;
|
||||||
if (remainingPreambles==1)
|
if (remainingPreambles==1)
|
||||||
promotePendingPacket();
|
promotePendingPacket();
|
||||||
else if (isMainTrack && railcomActive) {
|
else if (isMainTrack && railcomActive) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user