Skip to content

Commit

Permalink
samples: wifi: shell: Increase shell stack size
Browse files Browse the repository at this point in the history
Executing auto_connect from wifi_cred shell needs extra memory on stack.
Increase the shell stack size to accommodate this.

Signed-off-by: Ravi Dondaputi <[email protected]>
  • Loading branch information
rado17 authored and krish2718 committed Oct 25, 2024
1 parent bad51ca commit 3b04fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/wifi/shell/overlay-enterprise.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ CONFIG_NET_BUF_TX_COUNT=36

# Need default heap by driver and hostap which is higher than prj.conf
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=n
CONFIG_SHELL_STACK_SIZE=5400

0 comments on commit 3b04fa4

Please sign in to comment.