Skip to content

Commit 48c400d

Browse files
author
David Čermák
committed
Merge branch 'fix/bridge_wifi' into 'master'
fix(network/examples): Fix bridge example with eth-wifi config See merge request espressif/esp-idf!36628
2 parents b09a515 + 9aad15d commit 48c400d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
idf_component_register(SRCS "bridge_example_main.c"
22
"bridge_console_cmd.c"
3-
PRIV_REQUIRES esp_eth console esp_netif esp_wifi
3+
PRIV_REQUIRES esp_eth console esp_netif esp_wifi nvs_flash
44
INCLUDE_DIRS ".")
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This config checks the bridge example with eth-wifi configuration
2+
# (only for one target to save CI time)
3+
CONFIG_IDF_TARGET="esp32c3"
4+
CONFIG_ESP_NETIF_TCPIP_LWIP=y
5+
CONFIG_ESP_NETIF_BRIDGE_EN=y
6+
CONFIG_EXAMPLE_BR_DHCPS=y
7+
CONFIG_EXAMPLE_BR_WIFI=y
8+
CONFIG_EXAMPLE_USE_SPI_ETHERNET=y
9+
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1

0 commit comments

Comments
 (0)