fix detection state

This commit is contained in:
Hendrik Schutter 2024-12-26 20:37:19 +01:00
parent effd5c19e9
commit 25b0a11694

View File

@ -130,7 +130,7 @@ void taskControl(void *pvParameters)
}
}
if ((bHeatingInAction == false) && (bBurnerFaultDetected == true))
if ((bHeatingInAction == false) && (bBurnerFaultDetected == false))
{
if ((getReturnFlowTemperature().average60s.fValue <= currentControlEntry.fReturnFlowTemperature) && (getChamberTemperature().fCurrentValue <= 45.0))
{