From a35fc4ca3d4152b1565b8f08acd339dbbf830004 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 16:47:41 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 63bef3a..457ec28 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -194,6 +194,7 @@ namespace ratgdo { void RATGDOComponent::loop() { + ESP_LOGD(TAG, "loop"); obstructionLoop(); doorStateLoop(); dryContactLoop();