mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-20 20:21:18 +02:00
idle packet count without checksum
This commit is contained in:
parent
8ac61b88d4
commit
c79e01056e
4
DCC.cpp
4
DCC.cpp
@ -763,8 +763,8 @@ void DCC::issueReminders() {
|
|||||||
if (loopStatus == 0 /*only needed if numLocos == 1 but we do not have a counter*/) {
|
if (loopStatus == 0 /*only needed if numLocos == 1 but we do not have a counter*/) {
|
||||||
// insert idle packet in the speed packet loop to fullfill the *censored*
|
// insert idle packet in the speed packet loop to fullfill the *censored*
|
||||||
// >5ms between packets to same decoder rule
|
// >5ms between packets to same decoder rule
|
||||||
const byte idlepacket[] = {0xFF, 0x00, 0xFF};
|
const byte idlepacket[] = {0xFF, 0x00};
|
||||||
DCCWaveform::mainTrack.schedulePacket(idlepacket, 3, 0);
|
DCCWaveform::mainTrack.schedulePacket(idlepacket, 2, 0);
|
||||||
}
|
}
|
||||||
reg = 0; // Go to start of table
|
reg = 0; // Go to start of table
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user