diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 3cc5ead..ec2f02f 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -197,7 +197,7 @@ namespace ratgdo { obstructionLoop(); doorStateLoop(); dryContactLoop(); - ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str() + ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()) } void RATGDOComponent::getRollingCode(const char* command)