mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-17 10:32:07 +00:00
increase TFT stack size
This commit is contained in:
parent
3371ff17a5
commit
cc330eac7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user