This commit is contained in:
jp.av.dev 2021-07-07 16:04:23 -04:00
parent ad5b8fb1bf
commit db4800b8c8

View File

@ -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();