From fca5bfb99feadd1bc227fa61474a1b5188449613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neboj=C5=A1a=20Cvetkovi=C4=87?= Date: Mon, 1 Apr 2024 16:56:33 +0100 Subject: [PATCH] feat(lwip): TCPIP_THREAD_NAME "tcpip" --- components/lwip/port/include/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/port/include/lwipopts.h b/components/lwip/port/include/lwipopts.h index 755c317dac..a2a4b99c68 100644 --- a/components/lwip/port/include/lwipopts.h +++ b/components/lwip/port/include/lwipopts.h @@ -820,7 +820,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min) /** * TCPIP_THREAD_NAME: The name assigned to the main tcpip thread. */ -#define TCPIP_THREAD_NAME "tiT" +#define TCPIP_THREAD_NAME "tcpip" /** * TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread.