/Designs/Tools/reflow2/SW/reflow.c
177,7 → 177,7
 
if(slope_deviation < 0)
{
top_heat_power= 67 + balance;
top_heat_power= 60 + balance;
bottom_heat_power= 100;
}
else{
249,7 → 249,7
lcd_clr();
lcd_gotoxy(1,2);
printf(lcd_putc,"SOAK ");
printf(lcd_putc,"#SOAK\r\n");
printf("#SOAK\r\n");
 
while (process_time.sec!=0 || process_time.min!=0)
{