This commit is contained in:
J. Nick Koston 2023-06-09 18:14:18 -05:00
parent 151686f6a3
commit ca07bb0f10
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ namespace ratgdo {
}
this->previousLockState = this->lockState;
}
if (this->obstructionState != this->previousObstructionState){
if (this->obstructionState != this->previousObstructionState) {
ObstructionState val = static_cast<ObstructionState>(this->obstructionState);
ESP_LOGD(TAG, "Obstruction state %s", obstruction_state_to_string(val));
for (auto* child : this->children_) {