Selaa lähdekoodia

Merge pull request #324 from PavelSindler/pid_cal_fix

PID calibration fix
PavelSindler 7 vuotta sitten
vanhempi
commit
a646b4c406
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Firmware/temperature.cpp

+ 1 - 1
Firmware/temperature.cpp

@@ -268,7 +268,7 @@ unsigned long watchmillis[EXTRUDERS] = ARRAY_BY_EXTRUDERS(0,0,0);
 
 
  for(;;) {
-
+	wdt_reset();
     if(temp_meas_ready == true) { // temp sample ready
       updateTemperaturesFromRawValues();