From e233b3ec14b7d36f9eafeefa7353030f93023b27 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 16 Jun 2022 20:18:52 +1000 Subject: [PATCH] Update PIDThread.cpp --- source/Core/Threads/PIDThread.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);