From 1281895785c0b40519b04180857c1d79b7629727 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 3 Jun 2021 13:46:24 +1000 Subject: [PATCH] lwip: Add a note that enabling debug increases the binary size --- components/lwip/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 95d61693d1..8411931b0b 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -933,6 +933,10 @@ menu "LWIP" menuconfig LWIP_DEBUG bool "Enable LWIP Debug" default n + help + Enabling this option allows different kinds of lwIP debug output. + + All lwIP debug features increase the size of the final binary. config LWIP_NETIF_DEBUG bool "Enable netif debug messages"