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:
parent
07b9ebc555
commit
5089c5d2fd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user