fix(examples): Make esp_eth public dependency of protocol_examples_comon

This commit is contained in:
Tomas Rezucha 2024-01-22 21:51:37 +08:00
parent a4268b88c5
commit 21df64f4a9

View File

@ -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)