diff --git a/DCCWaveform.cpp b/DCCWaveform.cpp index 3247c05..b4c812d 100644 --- a/DCCWaveform.cpp +++ b/DCCWaveform.cpp @@ -267,6 +267,8 @@ DCCWaveform DCCWaveform::mainTrack(PREAMBLE_BITS_MAIN, true); DCCWaveform DCCWaveform::progTrack(PREAMBLE_BITS_PROG, false); RMTChannel *DCCWaveform::rmtMainChannel = NULL; RMTChannel *DCCWaveform::rmtProgChannel = NULL; +volatile bool DCCWaveform::railcomSampleWindow=false; // true during packet transmit + DCCWaveform::DCCWaveform(byte preambleBits, bool isMain) { isMainTrack = isMain;