Update control entry #25

Merged
localhorst merged 4 commits from bugfix/control-entry into main 2026-01-09 23:17:27 +01:00
Showing only changes of commit aeb9e04413 - Show all commits
+1
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)