threshold for chamber temp
This commit is contained in:
parent
079b4e4972
commit
92caebd4c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user