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."); } }