diff --git a/components/network/CMakeLists.txt b/components/network/CMakeLists.txt index 1f3ef90..5cffadd 100644 --- a/components/network/CMakeLists.txt +++ b/components/network/CMakeLists.txt @@ -1,3 +1,3 @@ idf_component_register(SRCS "network.cpp" - INCLUDE_DIRS "include" + INCLUDE_DIRS "." PRIV_REQUIRES esp_eth esp_wifi esp_netif driver) diff --git a/components/network/include/network.hpp b/components/network/network.hpp similarity index 100% rename from components/network/include/network.hpp rename to components/network/network.hpp