esp_https_ota: Added support for esp_events

This commit is contained in:
Harshit Malpani
2022-11-02 11:05:19 +05:30
parent e6c57c0d14
commit 784089bf09
4 changed files with 95 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
idf_component_register(SRCS "src/esp_https_ota.c"
INCLUDE_DIRS "include"
REQUIRES esp_http_client bootloader_support esp_app_format
REQUIRES esp_http_client bootloader_support esp_app_format esp_event
PRIV_REQUIRES log app_update)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")