diff -r ca795b871158 -r e2766e538d0e thermferm/rdconfig.c --- a/thermferm/rdconfig.c Sun Jul 07 14:28:37 2019 +0200 +++ b/thermferm/rdconfig.c Mon Nov 04 13:19:27 2019 +0100 @@ -587,7 +587,7 @@ unit->heater_wait = unit->cooler_wait = unit->fan_wait = unit->light_wait = 0; unit->heater_usage = unit->cooler_usage = unit->fan_usage = unit->light_usage = 0; unit->temp_set_min = 1.0; - unit->temp_set_max = 30.0; + unit->temp_set_max = 45.0; unit->yeast_lo = 12.0; unit->yeast_hi = 24.0; unit->prof_started = unit->prof_paused = unit->prof_primary_done = (time_t)0;