fix
This commit is contained in:
parent
9c2252e0e8
commit
c1f03d5d02
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue