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:
Wu Jian Gang
2019-01-09 17:23:44 +08:00

View File

@ -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).