Files
esp-idf/examples/network/bridge/sdkconfig.ci.wifi
glmfe 0b330482a7 fix(ethernet_init): Update Ethernet Init Calls
Removed references to components/ethernet_init to use new managed component ethernet_init.
2025-09-23 08:48:08 +02:00

10 lines
312 B
Plaintext

# This config checks the bridge example with eth-wifi configuration
# (only for one target to save CI time)
CONFIG_IDF_TARGET="esp32c3"
CONFIG_ESP_NETIF_TCPIP_LWIP=y
CONFIG_ESP_NETIF_BRIDGE_EN=y
CONFIG_EXAMPLE_BR_DHCPS=y
CONFIG_EXAMPLE_BR_WIFI=y
CONFIG_ETHERNET_SPI_SUPPORT=y
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1