From efdb070771b0ccd778a339e16e7c8e823813878b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:37:29 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 2f097cd..e5a9a06 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -147,10 +147,10 @@ namespace ratgdo { // ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()); } - void RATGDOComponent::dump_config() { + void RATGDOComponent::dump_config() + { ESP_LOGCONFIG(TAG, "Setting up RATGDO..."); sync(); - } void RATGDOComponent::readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction)