2019-04-28 03:38:23 -04:00
|
|
|
idf_component_register(SRCS "src/esp_https_ota.c"
|
|
|
|
INCLUDE_DIRS "include"
|
2022-11-02 01:35:19 -04:00
|
|
|
REQUIRES esp_http_client bootloader_support esp_app_format esp_event
|
2019-04-28 03:38:23 -04:00
|
|
|
PRIV_REQUIRES log app_update)
|