First try to fix pre error moves to ok
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user