cleanup main

This commit is contained in:
2024-12-13 23:17:45 +01:00
parent ea9cd3cf63
commit 03fe849fec
3 changed files with 8 additions and 61 deletions

View File

@ -43,6 +43,9 @@ void taskControl(void *pvParameters)
if (getSafetyState() == SAFETY_NO_ERROR)
{
// TODO: control the burner based on timetable
setCirculationPumpState(DISABLED);
setBurnerState(ENABLED);
}
else
{