Commit 0d1a788e authored by Raffael Rostagno's avatar Raffael Rostagno Committed by Mahesh Mahadevan
Browse files

samples: wifi: esp32c2: esp8684: Remove config files



Remove wifi sample config files for esp32c2/esp8684, as device
isn't able to run it after memory layout update.

Signed-off-by: default avatarRaffael Rostagno <raffael.rostagno@espressif.com>
parent dbebc998
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
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
+0 −9
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&wifi {
	status = "okay";
};