pumpe druckschalter werte

This commit is contained in:
2023-07-07 10:36:37 +02:00
parent 0ded6ebd64
commit 1498e5a1dd
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -208,8 +208,7 @@ void Pump::stateTimer() {
}
void Pump::stateStandby() {
this->checkSensorsValues();
if (this->pressure < Pump::maxPressure / 2) {
if (this->pressure < Pump::restartPressure) {
if (this->timerStandby)
this->changeState(State::Timer);
else