Merge branch 'main' into feature/config

This commit is contained in:
2026-05-10 10:53:08 +02:00
5 changed files with 64 additions and 7 deletions
+5 -4
View File
@@ -364,11 +364,12 @@ void findControlCurrentTemperatureEntry(void)
/*
ESP_LOGI(TAG, "Active entry found - Time: %02d:%02d, "
"Return Temp: %lf, Chamber Temp: %lf",
gCurrentControlEntry.timestamp.hour,
gCurrentControlEntry.timestamp.minute,
gCurrentControlEntry.fReturnFlowTemperature,
gCurrentControlEntry.fChamberTemperature);
gCurrentControlEntry.timestamp.hour,
gCurrentControlEntry.timestamp.minute,
gCurrentControlEntry.fReturnFlowTemperature,
gCurrentControlEntry.fChamberTemperature);
*/
xSemaphoreGiveRecursive(xMutexAccessControl);
return;
}
}