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.
2 parents b93ac47 + 34b7e7d commit 2e2f39bCopy full SHA for 2e2f39b
components/esp_https_ota/CMakeLists.txt
@@ -6,5 +6,6 @@ endif()
6
7
idf_component_register(SRCS "src/esp_https_ota.c"
8
INCLUDE_DIRS "include"
9
- REQUIRES esp_http_client bootloader_support esp_app_format esp_event
+ REQUIRES esp_http_client bootloader_support esp_bootloader_format esp_app_format
10
+ esp_event esp_partition
11
PRIV_REQUIRES log app_update)
0 commit comments