fix detection state
This commit is contained in:
		| @ -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)) | ||||
|             { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user