Skip to content

Commit

Permalink
[esp32] increase default stack size (#6869)
Browse files Browse the repository at this point in the history
The added operational credentials feature requires more stack size
because of the mbedtls api calls.
  • Loading branch information
gjc13 authored and pull[bot] committed Jun 29, 2021
1 parent 7649ab5 commit a8ffd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/esp32/components/chip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a8ffd53

Please sign in to comment.