We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaa608 commit ce4ef7aCopy full SHA for ce4ef7a
components/app_update/CMakeLists.txt
@@ -4,7 +4,7 @@ if(${target} STREQUAL "linux")
4
return() # This component is not supported by the POSIX/Linux simulator
5
endif()
6
7
-idf_component_register(SRCS "esp_ota_ops.c" "esp_ota_app_desc.c"
+idf_component_register(SRCS "esp_ota_ops.c"
8
INCLUDE_DIRS "include"
9
REQUIRES partition_table bootloader_support esp_app_format esp_bootloader_format esp_partition
10
PRIV_REQUIRES esptool_py efuse spi_flash)
components/app_update/esp_ota_app_desc.c
0 commit comments