fix(examples): Make esp_eth public dependency of protocol_examples_comon

pull/13090/head
Tomas Rezucha 2024-01-22 21:51:37 +08:00
rodzic a4268b88c5
commit 21df64f4a9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ if(CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD)
endif()
if(CONFIG_EXAMPLE_CONNECT_ETHERNET)
idf_component_optional_requires(PRIVATE esp_eth)
idf_component_optional_requires(PUBLIC esp_eth)
endif()
if(CONFIG_EXAMPLE_CONNECT_PPP)