AsyncTCP settings per DEFINE, prio 5

This commit is contained in:
MichaelDvP
2023-10-26 16:54:05 +02:00
parent 374bd7c5c2
commit ba106eecc0
2 changed files with 11 additions and 3 deletions

View File

@@ -41,7 +41,15 @@ extern "C" {
#endif
#ifndef CONFIG_ASYNC_TCP_TASK_PRIORITY
#define CONFIG_ASYNC_TCP_TASK_PRIORITY 15
#define CONFIG_ASYNC_TCP_TASK_PRIORITY 5
#endif
#ifndef CONFIG_ASYNC_TCP_STACK
#define CONFIG_ASYNC_TCP_STACK 8192
#endif
#ifndef CONFIG_ASYNC_TCP_QUEUE
#define CONFIG_ASYNC_TCP_QUEUE 128
#endif
class AsyncClient;