renamed 'sta_to_eth' example to 'sta2eth'

pull/11819/head
Ondrej Kosta 2023-06-20 08:55:51 +02:00
rodzic 4e10048400
commit b7ba0c610c
17 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,6 +17,6 @@ examples/network/simple_sniffer:
temporary: true
reason: lack of runners
examples/network/sta_to_eth:
examples/network/sta2eth:
disable:
- if: SOC_WIFI_SUPPORTED != 1

Wyświetl plik

@ -10,7 +10,7 @@ else()
set(wired_iface usb_ncm_iface.c)
endif()
idf_component_register(SRCS sta_to_eth_main.c
idf_component_register(SRCS sta2eth_main.c
${wired_iface}
${config_method}
INCLUDE_DIRS "")