temperature sensor update

This commit is contained in:
Robin Müller 2021-04-20 15:00:59 +02:00
parent 64efb8ec7f
commit e6a8371d4a

View File

@ -156,7 +156,6 @@ protected:
}
}
//Check is done against raw limits. SHOULDDO: Why? Using C would be more easy to handle.
sensorMonitor.doCheck(outputTemperature.value);
if (sensorMonitor.isOutOfLimits()) {