fix
This commit is contained in:
parent
a610335482
commit
085258279c
|
@ -41,7 +41,7 @@ namespace ratgdo {
|
||||||
|
|
||||||
bool dryContactDoorOpen { false };
|
bool dryContactDoorOpen { false };
|
||||||
bool dryContactDoorClose { false };
|
bool dryContactDoorClose { false };
|
||||||
bool dryContactToggleLight { false };
|
bool dryContactToggleLight { false };
|
||||||
|
|
||||||
int obstructionLowCount = 0; // count obstruction low pulses
|
int obstructionLowCount = 0; // count obstruction low pulses
|
||||||
long lastObstructionHigh = 0; // count time between high pulses from the obst ISR
|
long lastObstructionHigh = 0; // count time between high pulses from the obst ISR
|
||||||
|
|
Loading…
Reference in New Issue