diff --git a/source/Core/Threads/PIDThread.cpp b/source/Core/Threads/PIDThread.cpp index b061d2d6..a8265d0f 100644 --- a/source/Core/Threads/PIDThread.cpp +++ b/source/Core/Threads/PIDThread.cpp @@ -76,10 +76,10 @@ void startPIDTask(void const *argument __unused) { } setOutputx10WattsViaFilters(x10WattsOut); // If the output is off, take tip measurement reading - if (x10WattsOut == 0 && PIDTempTarget == 0) { - startMeasureTipResistance(); - measuringTipResistance = true; - } + // if (x10WattsOut == 0 && PIDTempTarget == 0) { + // startMeasureTipResistance(); + // measuringTipResistance = true; + // } } else { // ADC interrupt timeout setTipPWM(0, false);