forked from espressif/esp-idf
renamed 'sta_to_eth' example to 'sta2eth'
This commit is contained in:
@@ -17,6 +17,6 @@ examples/network/simple_sniffer:
|
|||||||
temporary: true
|
temporary: true
|
||||||
reason: lack of runners
|
reason: lack of runners
|
||||||
|
|
||||||
examples/network/sta_to_eth:
|
examples/network/sta2eth:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_WIFI_SUPPORTED != 1
|
- if: SOC_WIFI_SUPPORTED != 1
|
||||||
|
@@ -10,7 +10,7 @@ else()
|
|||||||
set(wired_iface usb_ncm_iface.c)
|
set(wired_iface usb_ncm_iface.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
idf_component_register(SRCS sta_to_eth_main.c
|
idf_component_register(SRCS sta2eth_main.c
|
||||||
${wired_iface}
|
${wired_iface}
|
||||||
${config_method}
|
${config_method}
|
||||||
INCLUDE_DIRS "")
|
INCLUDE_DIRS "")
|
Reference in New Issue
Block a user