Sfoglia il codice sorgente

More reliable temperature serial report?

Scott Lahteine 7 anni fa
parent
commit
a408209d24
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      Marlin/src/module/temperature.cpp

+ 1
- 0
Marlin/src/module/temperature.cpp Vedi File

@@ -2154,6 +2154,7 @@ void Temperature::isr() {
2154 2154
       SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
2155 2155
       SERIAL_PROTOCOLCHAR_P(port, ')');
2156 2156
     #endif
2157
+    safe_delay(2);
2157 2158
   }
2158 2159
 
2159 2160
   void Temperature::print_heaterstates(

Loading…
Annulla
Salva