threshold for chamber temp
This commit is contained in:
		| @ -96,7 +96,7 @@ void taskControl(void *pvParameters) | ||||
|  | ||||
|         if (bHeatingInAction == false) | ||||
|         { | ||||
|             if (getReturnFlowTemperature().average60s.fValue <= currentControlEntry.fReturnFlowTemperature) | ||||
|             if ((getReturnFlowTemperature().average60s.fValue <= currentControlEntry.fReturnFlowTemperature) && (getChamberTemperature().fCurrentValue <= 45.0)) | ||||
|             { | ||||
|                 ESP_LOGI(TAG, "Return Flow Target Temperature reached: Enable Burner"); | ||||
|                 bHeatingInAction = true; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user