From 085258279ca4fcd56afb2ed826ff3ba5de7e08ad Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:59:11 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 04d4248..7bc57cc 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -41,7 +41,7 @@ namespace ratgdo { bool dryContactDoorOpen { false }; bool dryContactDoorClose { false }; - bool dryContactToggleLight { false }; + bool dryContactToggleLight { false }; int obstructionLowCount = 0; // count obstruction low pulses long lastObstructionHigh = 0; // count time between high pulses from the obst ISR