소스 검색

Disable fsensor newVolt debug reporting

D.R.racer 3 년 전
부모
커밋
d1b216da0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/Filament_sensor.cpp

+ 1 - 1
Firmware/Filament_sensor.cpp

@@ -227,7 +227,7 @@ bool IR_sensor_analog::update() {
         if (voltReady) {
             voltReady = false;
             uint16_t volt = getVoltRaw();
-            printf_P(PSTR("newVoltRaw:%u\n"), volt / OVERSAMPLENR);
+//            printf_P(PSTR("newVoltRaw:%u\n"), volt / OVERSAMPLENR);
 
             // detect min-max, some long term sliding window for filtration may be added
             // avoiding floating point operations, thus computing in raw