2018-08-16 05:01:43 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
2018-09-11 01:44:12 +00:00
|
|
|
set(COMPONENT_SRCS "src/esp_https_ota.c")
|
2018-08-16 05:01:43 +00:00
|
|
|
|
|
|
|
set(COMPONENT_REQUIRES esp_http_client)
|
|
|
|
set(COMPONENT_PRIV_REQUIRES log app_update)
|
|
|
|
|
|
|
|
register_component()
|