lower tft task prio

This commit is contained in:
mverch67 2024-09-20 12:51:11 +02:00
parent 1ff5c867b2
commit 30890094c4

View File

@ -1173,7 +1173,7 @@ void setup()
#if HAS_TFT
#ifdef HAS_FREE_RTOS
xTaskCreatePinnedToCore(tft_task_handler, "tft", 8192, NULL, 5, NULL, 0);
xTaskCreatePinnedToCore(tft_task_handler, "tft", 8192, NULL, 1, NULL, 0);
#endif
#else
setCPUFast(false); // 80MHz is fine for our slow peripherals