cleanup main
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user