mirror of https://github.com/rusefi/wideband.git
revise comment
This commit is contained in:
parent
d8e65a2c24
commit
c7f1a17b00
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue