mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
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:
committed by
Xiang Xiao
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
|
||||
|
||||
Reference in New Issue
Block a user