deleting include folder in network component has it is useless

This commit is contained in:
2026-03-26 20:17:43 -04:00
parent 71d618f28c
commit cfe19d5e65
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "network.cpp"
INCLUDE_DIRS "include"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_eth esp_wifi esp_netif driver)