From 0d70f4062c2baa8a942deec25aa988fbb587cdca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 19:24:52 -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 fc7f9b0..fbe2eb4 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -138,6 +138,7 @@ namespace ratgdo { void RATGDOComponent::loop() { + ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter) obstructionLoop(); gdoStateLoop(); dryContactLoop();