From 11225367c737311cab9a0ca45b09e75f5be1161c Mon Sep 17 00:00:00 2001 From: Rohit Jadhav <69809379+jadhavrohit924@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:26:05 +0530 Subject: [PATCH] [ESP32] Enabled chip shell for lighting app (#23417) --- examples/lighting-app/esp32/sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/lighting-app/esp32/sdkconfig.defaults b/examples/lighting-app/esp32/sdkconfig.defaults index e051a3f2b37aee..51e89688c7bdd2 100644 --- a/examples/lighting-app/esp32/sdkconfig.defaults +++ b/examples/lighting-app/esp32/sdkconfig.defaults @@ -32,6 +32,9 @@ CONFIG_BT_NIMBLE_ENABLED=y #enable lwip ipv6 autoconfig CONFIG_LWIP_IPV6_AUTOCONFIG=y +#enable debug shell +CONFIG_ENABLE_CHIP_SHELL=y + # Use a custom partition table CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"