avoid potentially repeated definition

This commit is contained in:
John
2022-04-30 15:46:56 +02:00
parent 5691822502
commit b7eabbd267
+1 -1
View File
@@ -1144,7 +1144,7 @@ void MqttHandler::run() {
}
}
}
time(&m_definitionsSince);
m_definitionsSince = now+1; // +1 to not do the same ones again
needsWait = true;
}
time(&lastTaskRun);