mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +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)
|
if (deviceScreen)
|
||||||
deviceScreen->task_handler();
|
deviceScreen->task_handler();
|
||||||
#ifdef HAS_FREE_RTOS
|
#ifdef HAS_FREE_RTOS
|
||||||
vTaskDelay((TickType_t)15);
|
vTaskDelay((TickType_t)20);
|
||||||
#else
|
#else
|
||||||
delay(5);
|
delay(5);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user