This commit is contained in:
2023-07-07 14:59:04 +02:00
parent 1498e5a1dd
commit 213ac422de
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -132,6 +132,8 @@ bool Pump::checkSensorsValues() {
this->maxPressureStart = millis();
else if (millis() - this->maxPressureStart > Pump::maxMaxPressureTime)
this->changeState(State::Standby);
} else {
this->maxPressureStart = 0;
}
return true;