Move samples/net/wifi application to samples/net/wifi/shell as it has been used as a shell application before. Following commits will add new wifi samples to this directory. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
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
|