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();