From db4800b8c81a41b9b96e3ae04629cad398289a6c Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Wed, 7 Jul 2021 16:04:23 -0400 Subject: [PATCH] trim --- caldera_rata_2/caldera_rata_2.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caldera_rata_2/caldera_rata_2.ino b/caldera_rata_2/caldera_rata_2.ino index acd9b3d..002156b 100644 --- a/caldera_rata_2/caldera_rata_2.ino +++ b/caldera_rata_2/caldera_rata_2.ino @@ -39,7 +39,7 @@ void loop() { ((fecha.hour() >= horaON2) && (fecha.hour() < horaOFF2))) && (estado_termo==0)) { termoON(); } else if((((fecha.hour() < horaON) || (fecha.hour() >= horaOFF)) && - ((fecha.hour() < horaON2) || (fecha.hour() >= horaOFF2))) && (estado_termo==1)) { + ((fecha.hour() < horaON2) || (fecha.hour() >= horaOFF2))) && (estado_termo==1)) { termoOFF(); } previoMillisLoop = millis();