diff --git a/components/esp_https_ota/CMakeLists.txt b/components/esp_https_ota/CMakeLists.txt index e54d01ebb7..1fa2418108 100644 --- a/components/esp_https_ota/CMakeLists.txt +++ b/components/esp_https_ota/CMakeLists.txt @@ -6,5 +6,6 @@ endif() idf_component_register(SRCS "src/esp_https_ota.c" INCLUDE_DIRS "include" - REQUIRES esp_http_client bootloader_support esp_app_format esp_event + REQUIRES esp_http_client bootloader_support esp_bootloader_format esp_app_format + esp_event esp_partition PRIV_REQUIRES log app_update)