6 lines
146 B
CMake
6 lines
146 B
CMake
idf_component_register(
|
|
SRCS "src/ota_manager.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES esp_https_ota app_update mqtt_publisher esp_system
|
|
)
|