This commit is contained in:
J. Nick Koston 2023-06-05 20:30:29 -05:00
parent 9c2252e0e8
commit c1f03d5d02
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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