We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fb40d commit 8638dfbCopy full SHA for 8638dfb
samples/wifi/shell/overlay-sap.conf
@@ -34,3 +34,5 @@ CONFIG_NET_DHCPV4_SERVER=y
34
35
# Temporarily enable FS support so that linking succeeds.
36
CONFIG_FILE_SYSTEM=y
37
+
38
+CONFIG_MBEDTLS_HEAP_SIZE=1024
samples/wifi/softap/prj.conf
@@ -52,6 +52,7 @@ CONFIG_MAIN_STACK_SIZE=5200
52
CONFIG_NET_TX_STACK_SIZE=4096
53
CONFIG_NET_RX_STACK_SIZE=4096
54
CONFIG_SOFTAP_SAMPLE_START_WIFI_THREAD_STACK_SIZE=5200
55
56
57
# Debugging
58
CONFIG_STACK_SENTINEL=y
0 commit comments