ce1be0e121
Decrease total RAM usage when Wi-Fi is enabled, specially after `config HEAP_MEM_POOL_ADD_SIZE_BOARD` was added. This allows application to handle additional HEAP as required. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
CONFIG_WIFI=y
|
|
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_L2_ETHERNET=y
|
|
|
|
CONFIG_NET_IPV6=n
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_DHCPV4=y
|
|
CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y
|
|
|
|
CONFIG_NET_LOG=y
|