From c1f03d5d022ba03293c7e9d71152244b70e8d6e1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:30:29 -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 f0f5961..693f734 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -480,7 +480,7 @@ namespace ratgdo { if (this->doorStates[this->store_.doorState] == "opening" || doorStates[this->store_.doorState] == "closing") { toggleDoor(); } else { - Serial.print("The door is not moving."); + ESP_LOGD(TAG, "The door is not moving."); } }