Explorar o código

Merge pull request #324 from PavelSindler/pid_cal_fix

PID calibration fix
PavelSindler %!s(int64=7) %!d(string=hai) anos
pai
achega
a646b4c406
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();