8 lines
272 B
CMake
8 lines
272 B
CMake
idf_component_register(SRCS "https_client.c" "mesh_ota.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES nvs_flash
|
|
esp_http_client
|
|
bootloader_support
|
|
app_update
|
|
log)
|