First try to fix pre error moves to ok

This commit is contained in:
2023-08-01 23:44:56 +02:00
parent 213ac422de
commit be64fe8fc7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void Pump::readSensorValues() {
bool Pump::checkSensorsValues() {
if (millis() - this->lastMillisCheckSensor < Pump::delayCheckSensor)
return true;
return false;
this->lastMillisCheckSensor = millis();
if (this->flow > 1) {