File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,15 @@ CONFIG_NRF70_BH_WQ_STACK_SIZE=768
3030CONFIG_NRF70_IRQ_WQ_STACK_SIZE=832
3131# Scan only using offload API
3232CONFIG_WIFI_NM_WPA_SUPPLICANT=n
33- # Wifi scan requires extended heap size
34- CONFIG_HEAP_MEM_POOL_SIZE=20000
3533CONFIG_NET_STATISTICS_WIFI=y
3634
35+ # Wifi scan requires extended heap size
36+ # Heap allocations should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT
37+ # and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed.
38+ CONFIG_NRF_WIFI_CTRL_HEAP_SIZE=10240
39+ CONFIG_HEAP_MEM_POOL_SIZE=6144
40+ CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
41+
3742# Wi-Fi location
3843CONFIG_LOCATION_METHOD_WIFI=y
3944CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_FIRST_WIFI=y
You can’t perform that action at this time.
0 commit comments