This commit is contained in:
2020-07-26 23:35:29 +02:00
parent bd885752b4
commit 2bb7fe62d1

View File

@ -67,7 +67,7 @@ void loopApplication() {
}
static uint32_t lastMillis = 0;
if (currentMillis > (lastMillis + (configBlock.period * 1000))) {
if (currentMillis > (lastMillis + (configBlock.valuesPeriod * 1000))) {
lastMillis = currentMillis;
// rain sensor