update control entry
This commit is contained in:
@ -100,6 +100,7 @@ void taskControl(void *pvParameters)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
findControlCurrentTemperatureEntry();
|
||||||
sControlTemperatureEntry currentControlEntry = getControlCurrentTemperatureEntry();
|
sControlTemperatureEntry currentControlEntry = getControlCurrentTemperatureEntry();
|
||||||
|
|
||||||
if (getOutdoorTemperature().fDampedValue >= SUMMER_MODE_TEMPERATURE_THRESHOLD_HIGH)
|
if (getOutdoorTemperature().fDampedValue >= SUMMER_MODE_TEMPERATURE_THRESHOLD_HIGH)
|
||||||
|
|||||||
Reference in New Issue
Block a user