Skip to content

Commit

Permalink
Update logic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LKosoj committed Oct 9, 2022
1 parent d9be7a3 commit e947ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logic.h
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ void IRAM_ATTR check_alarm() {
}

//Определяем, что началось кипение - вода охлаждения начала нагреваться
check_boiling();
//check_boiling();

#ifdef USE_WATER_PUMP
//Устанавливаем ШИМ для насоса в зависимости от температуры воды
Expand Down Expand Up @@ -1051,4 +1051,4 @@ unsigned int IRAM_ATTR hexToDec(String hexString) {

return decValue;
}
#endif
#endif

0 comments on commit e947ad4

Please sign in to comment.