[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6694fcde49
commit
9a5f21c792
|
@ -221,7 +221,7 @@ namespace ratgdo {
|
||||||
if (!this->obstruction_sensor_detected_) {
|
if (!this->obstruction_sensor_detected_) {
|
||||||
if (obstruction_state != last_state) {
|
if (obstruction_state != last_state) {
|
||||||
ESP_LOGD(TAG, "Obstruction: state=%s", ObstructionState_to_string(*this->obstruction_state));
|
ESP_LOGD(TAG, "Obstruction: state=%s", ObstructionState_to_string(*this->obstruction_state));
|
||||||
last_state = obstruction_state;
|
last_state = obstruction_state;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->obstruction_state = obstruction_state;
|
this->obstruction_state = obstruction_state;
|
||||||
|
|
Loading…
Reference in New Issue