From cfe19d5e65dfe91fe0d612e4579d329df35f0bdc Mon Sep 17 00:00:00 2001 From: Patedam Date: Thu, 26 Mar 2026 20:17:43 -0400 Subject: [PATCH] deleting include folder in network component has it is useless --- components/network/CMakeLists.txt | 2 +- components/network/{include => }/network.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename components/network/{include => }/network.hpp (100%) 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