From 35463aad4b5eb8ea5caf31518886a03da3efbb02 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 17:05:50 -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 ec2f02f..0c182db 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)