From 56dd0f938e041be4cec405f422398aa4f11569cb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 19:25:11 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index fbe2eb4..7997f38 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -138,7 +138,7 @@ namespace ratgdo { void RATGDOComponent::loop() { - ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter) + ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter); obstructionLoop(); gdoStateLoop(); dryContactLoop();