🫅 Updates spot control task priority 3 -> 5

This commit is contained in:
Rune Harlyk
2025-03-28 23:52:01 +01:00
committed by Rune Harlyk
parent fc04d1b8d6
commit fba531d3e8
+1 -1
View File
@@ -20,7 +20,7 @@ void setup() {
spot.initialize();
g_taskManager.createTask(SpotControlLoopEntry, "Spot control task", 4096, nullptr, 3);
g_taskManager.createTask(SpotControlLoopEntry, "Spot control task", 4096, nullptr, 5);
}
void loop() { vTaskDelete(NULL); }