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

@ -46,6 +46,8 @@ void initSafety(void)
{
ESP_LOGE(TAG, "Failed to create task");
}
setSafeState(); // Set inital state
}
void taskSafety(void *pvParameters)