update control entry

This commit is contained in:
2025-11-01 16:59:52 +01:00
parent dddf2c9bf0
commit aeb9e04413

View File

@ -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)