Skip to content

Commit 34b7e7d

Browse files
committed
fix(esp_https_ota): add component dependencies for esp_https_ota component
This commit added dependency of esp_bootloader_img and esp_partition for component esp_https_ota. Closes #15680
1 parent 6b4f08c commit 34b7e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/esp_https_ota/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ endif()
66

77
idf_component_register(SRCS "src/esp_https_ota.c"
88
INCLUDE_DIRS "include"
9-
REQUIRES esp_http_client bootloader_support esp_app_format esp_event
9+
REQUIRES esp_http_client bootloader_support esp_bootloader_format esp_app_format
10+
esp_event esp_partition
1011
PRIV_REQUIRES log app_update)

0 commit comments

Comments
 (0)