Refactoring

This commit is contained in:
Ollo
2023-06-20 18:06:29 +02:00
parent f65132652c
commit 9167da5a82
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -704,7 +704,7 @@ void pumpActiveLoop()
}
bool mqttUpdateTick = false;
if (lastSendPumpUpdate + 1000 < millis())
if (lastSendPumpUpdate + 3000 < millis())
{
lastSendPumpUpdate = millis();
mqttUpdateTick = true;