esp32: fix wapi stack size on board examples

Fix the error on issue 7193:
(https://github.com/apache/incubator-nuttx/issues/7193)
This commit is contained in:
Tiago Medicci Serrano 2022-10-03 17:42:25 -03:00 committed by Xiang Xiao
parent 07b9ebc555
commit 5089c5d2fd
2 changed files with 2 additions and 0 deletions

View File

@ -79,3 +79,4 @@ CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_WAPI=y
CONFIG_WIRELESS_WAPI_CMDTOOL=y
CONFIG_WIRELESS_WAPI_STACKSIZE=4096

View File

@ -82,3 +82,4 @@ CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_WAPI=y
CONFIG_WIRELESS_WAPI_CMDTOOL=y
CONFIG_WIRELESS_WAPI_STACKSIZE=4096