🎓 Updates task manager

This commit is contained in:
Rune Harlyk
2024-08-02 19:23:47 +02:00
parent 5bced012ca
commit fe920ca939
4 changed files with 9 additions and 7 deletions
@@ -83,6 +83,7 @@ void ESP32SvelteKit::begin() {
startServices();
ESP_LOGV("ESP32SvelteKit", "Starting loop task");
_taskManager.createTask(this->_loopImpl, "Spot main", 4096, this, 2, NULL, ESP32SVELTEKIT_RUNNING_CORE);
}
void ESP32SvelteKit::setupServer() {