samples: wifi: ESP32-S2 sample configuration
Remove the system heap override config from the board sample config. Remove the memory saving restrictions. Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
parent
548131476e
commit
7aa710287b
1 changed files with 0 additions and 10 deletions
|
@ -1,14 +1,4 @@
|
|||
CONFIG_WIFI=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=34816
|
||||
|
||||
# decrease packet count and size to save RAM
|
||||
CONFIG_NET_PKT_RX_COUNT=7
|
||||
CONFIG_NET_PKT_TX_COUNT=7
|
||||
CONFIG_NET_BUF_RX_COUNT=7
|
||||
CONFIG_NET_BUF_TX_COUNT=7
|
||||
|
||||
CONFIG_ESP32_WIFI_IRAM_OPT=n
|
||||
CONFIG_ESP32_WIFI_RX_IRAM_OPT=n
|
||||
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue