mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 14:17:40 +00:00
give little more time for other threads
This commit is contained in:
parent
bebee05170
commit
d7d5cd0a45
@ -1173,7 +1173,7 @@ void tft_task_handler(void *param = nullptr)
|
||||
if (deviceScreen)
|
||||
deviceScreen->task_handler();
|
||||
#ifdef HAS_FREE_RTOS
|
||||
vTaskDelay((TickType_t)15);
|
||||
vTaskDelay((TickType_t)20);
|
||||
#else
|
||||
delay(5);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user