mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00
Merge branch 'feature/update_system_tasks_rst' into 'master'
feat: Update system-tasks.rst See merge request sdk/ESP8266_RTOS_SDK!711
This commit is contained in:
@ -81,4 +81,4 @@ Suggestions
|
||||
===========
|
||||
|
||||
In general, the priority of user task should NOT be higher than the system real timer task's priority (12). So it is suggested that keep your user tasks' priorities less than 12.
|
||||
If you want to speed up the TCP/UDP throughput, you can try to set the priority of send/receive task to be higher than the "rtT" task's priority (8).
|
||||
If you want to speed up the TCP/UDP throughput, you can try to set the priority of send/receive task to be higher than the "tiT" task's priority (8).
|
||||
|
Reference in New Issue
Block a user