Moving into components parts of the provider project

This commit is contained in:
2026-03-26 20:36:27 -04:00
parent cfe19d5e65
commit f483a4d292
12 changed files with 48 additions and 30 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "network.cpp"
INCLUDE_DIRS "."
INCLUDE_DIRS "." "../shared"
PRIV_REQUIRES esp_eth esp_wifi esp_netif driver)