diff --git a/config/esp32/components/chip/Kconfig b/config/esp32/components/chip/Kconfig index c4c92daf30cca4..713560b7aa2786 100644 --- a/config/esp32/components/chip/Kconfig +++ b/config/esp32/components/chip/Kconfig @@ -334,7 +334,7 @@ menu "CHIP Device Layer" config CHIP_TASK_STACK_SIZE int "CHIP Task Stack Size" range 0 65535 - default 6144 + default 8192 help The size (in bytes) of the CHIP task stack.