From 9e8c9d5cc7574104b8fc01f888ee7f0b4321038c Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sat, 28 Sep 2024 22:36:14 +0200 Subject: [PATCH] Make remider window 6 preamble bits bigger --- DCCWaveform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCWaveform.cpp b/DCCWaveform.cpp index 89d0804..3247c05 100644 --- a/DCCWaveform.cpp +++ b/DCCWaveform.cpp @@ -154,7 +154,7 @@ void DCCWaveform::interrupt2() { // As we get to the end of the preambles, open the reminder window. // This delays any reminder insertion until the last moment so // 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) promotePendingPacket(); else if (isMainTrack && railcomActive) {