limit debug messages
This commit is contained in:
@@ -107,11 +107,13 @@ void Hauslane::loop() {
|
|||||||
}
|
}
|
||||||
} else if (this->speed==0 && !this->light_cur) {
|
} else if (this->speed==0 && !this->light_cur) {
|
||||||
// reset power flag
|
// reset power flag
|
||||||
|
if(this->power) {
|
||||||
this->power=false;
|
this->power=false;
|
||||||
ESP_LOGD(TAG, "Hood power: %d", this->power);
|
ESP_LOGD(TAG, "Hood power: %d", this->power);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Components are required to dump their configuration using ESP_LOGCONFIG in
|
// Components are required to dump their configuration using ESP_LOGCONFIG in
|
||||||
|
|||||||
Reference in New Issue
Block a user