This commit is contained in:
2026-04-24 16:37:04 +03:00
parent cb1014c950
commit 90037587c0
16 changed files with 224 additions and 3557 deletions

View File

@@ -14,8 +14,10 @@ idf_component_register(
"heartbeat_task.cpp"
"fw_command.cpp"
"json_utils.cpp"
"ota.cpp"
INCLUDE_DIRS "."
REQUIRES nvs_flash
REQUIRES
nvs_flash
esp_wifi
esp_netif
freertos
@@ -25,6 +27,8 @@ idf_component_register(
esp_websocket_client
driver
esp_driver_gpio
esp_http_client
app_update
)
# добавляем кастомный Kconfig
set(COMPONENT_KCONFIG "Kconfig")