pumpe druckschalter werte
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user