From ad176653a0990d2e28b52926cd195fafe0158c12 Mon Sep 17 00:00:00 2001 From: yuanjm Date: Thu, 26 May 2022 15:46:19 +0800 Subject: [PATCH] fix(Kconfig): Fix lw-ip Kconfig display garbled characters --- components/lwip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index e229f2212a..45c068b8b1 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -16,7 +16,7 @@ menu "LWIP" instead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name()) config LWIP_TCPIP_CORE_LOCKING - bool "Enable tcpip core locking" + bool "Enable tcpip core locking" default n help If Enable tcpip core locking,Creates a global mutex that is held