increase TFT stack size

This commit is contained in:
Manuel 2024-03-18 23:26:52 +01:00
parent 3371ff17a5
commit cc330eac7f

View File

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