it was in front of me but i havent seen it for couple minutes staring on the code

This commit is contained in:
Marcus 2023-08-08 22:26:06 +02:00
parent d03f00e529
commit bdf28145a1

View file

@ -93,7 +93,7 @@ void loop() {
if(tempSensor2 > HTemp2) {
digitalWrite(MOSFET2, HIGH);
fetState2 = 1;
} else if(tempSensor1 < LTemp1) {
} else if(tempSensor2 < LTemp1) {
digitalWrite(MOSFET2, LOW);
fetState2 = 0;
}