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
+4 -4
View File
@@ -1,8 +1,8 @@
idf_component_register(SRCS "main.cpp"
PRIV_REQUIRES esp_http_server esp_eth
esp_wifi nvs_flash esp_netif vfs
json app_update esp_timer esp_psram mdns driver network
INCLUDE_DIRS ".")
PRIV_REQUIRES esp_http_server
nvs_flash vfs esp_timer
json app_update esp_psram mdns driver network
INCLUDE_DIRS "." "../../components/shared")
if(CONFIG_CALENDINK_DEPLOY_WEB_PAGES)
set(WEB_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../frontend")