forked from espressif/esp-idf
Merge branch 'fix/bridge_wifi' into 'master'
fix(network/examples): Fix bridge example with eth-wifi config See merge request espressif/esp-idf!36628
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
idf_component_register(SRCS "bridge_example_main.c"
|
idf_component_register(SRCS "bridge_example_main.c"
|
||||||
"bridge_console_cmd.c"
|
"bridge_console_cmd.c"
|
||||||
PRIV_REQUIRES esp_eth console esp_netif esp_wifi
|
PRIV_REQUIRES esp_eth console esp_netif esp_wifi nvs_flash
|
||||||
INCLUDE_DIRS ".")
|
INCLUDE_DIRS ".")
|
||||||
|
9
examples/network/bridge/sdkconfig.ci.wifi
Normal file
9
examples/network/bridge/sdkconfig.ci.wifi
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 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_EXAMPLE_USE_SPI_ETHERNET=y
|
||||||
|
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1
|
Reference in New Issue
Block a user