OTA task
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user