소스 검색

More reliable temperature serial report?

Scott Lahteine 7 년 전
부모
커밋
a408209d24
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Marlin/src/module/temperature.cpp

+ 1
- 0
Marlin/src/module/temperature.cpp 파일 보기

@@ -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…
취소
저장