mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
esp32 railcom references
Unused but needed to satisfy other code!
This commit is contained in:
parent
7177affad4
commit
e78c2f9794
|
@ -279,8 +279,14 @@ DCCWaveform DCCWaveform::mainTrack(PREAMBLE_BITS_MAIN, true);
|
||||||
DCCWaveform DCCWaveform::progTrack(PREAMBLE_BITS_PROG, false);
|
DCCWaveform DCCWaveform::progTrack(PREAMBLE_BITS_PROG, false);
|
||||||
RMTChannel *DCCWaveform::rmtMainChannel = NULL;
|
RMTChannel *DCCWaveform::rmtMainChannel = NULL;
|
||||||
RMTChannel *DCCWaveform::rmtProgChannel = NULL;
|
RMTChannel *DCCWaveform::rmtProgChannel = NULL;
|
||||||
volatile bool DCCWaveform::railcomSampleWindow=false; // true during packet transmit
|
|
||||||
|
|
||||||
|
bool DCCWaveform::railcomPossible=false; // High accuracy only
|
||||||
|
volatile bool DCCWaveform::railcomActive=false; // switched on by user
|
||||||
|
volatile bool DCCWaveform::railcomDebug=false; // switched on by user
|
||||||
|
volatile bool DCCWaveform::railcomSampleWindow=false; // true during packet transmit
|
||||||
|
volatile byte DCCWaveform::railcomCutoutCounter=0; // cyclic cutout
|
||||||
|
volatile byte DCCWaveform::railcomLastAddressHigh=0;
|
||||||
|
volatile byte DCCWaveform::railcomLastAddressLow=0;
|
||||||
|
|
||||||
DCCWaveform::DCCWaveform(byte preambleBits, bool isMain) {
|
DCCWaveform::DCCWaveform(byte preambleBits, bool isMain) {
|
||||||
isMainTrack = isMain;
|
isMainTrack = isMain;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user