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 6b4f08c commit 34b7e7dCopy full SHA for 34b7e7d
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