revise comment

This commit is contained in:
Matthew Kennedy 2024-06-25 23:45:59 -07:00
parent d8e65a2c24
commit c7f1a17b00
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static void PumpThread(void*)
const auto& sampler = GetSampler(ch); const auto& sampler = GetSampler(ch);
const auto& heater = GetHeaterController(ch); const auto& heater = GetHeaterController(ch);
// Only actuate pump when running closed loop! // Only actuate pump when hot enough to not hurt the sensor
if (heater.IsRunningClosedLoop() || if (heater.IsRunningClosedLoop() ||
(sampler.GetSensorTemperature() >= heater.GetTargetTemp() - START_PUMP_TEMP_OFFSET)) (sampler.GetSensorTemperature() >= heater.GetTargetTemp() - START_PUMP_TEMP_OFFSET))
{ {