update project

This commit is contained in:
2026-04-03 23:28:02 +03:00
parent 5e7f26f128
commit 1681a694d3
12 changed files with 191 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
idf_component_register(
SRCS "main.cpp" "protocol.cpp"
SRCS "main.cpp" "protocol.cpp" "protocol_test.cpp" "wifi_manager.cpp" "system_init.cpp" "time_sync.cpp"
INCLUDE_DIRS "."
REQUIRES nvs_flash esp_wifi esp_netif freertos log cjson
REQUIRES nvs_flash esp_wifi esp_netif freertos log cjson esp_timer
)
# добавляем кастомный Kconfig
set(COMPONENT_KCONFIG "Kconfig")