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