From 2ce8bcb0b2b91ea20a082e7bee50cafffb04ecf0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 17:05:36 -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 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)