mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
15 lines
504 B
CMake
15 lines
504 B
CMake
idf_component_register(
|
|
SRCS
|
|
source/ota_ws_update_esp.c
|
|
source/ota_ws_update_http.c
|
|
INCLUDE_DIRS
|
|
include
|
|
PRIV_INCLUDE_DIRS
|
|
private_include
|
|
REQUIRES
|
|
esp_http_server
|
|
app_update
|
|
#esp_wifi
|
|
EMBED_FILES
|
|
source/ota_ws_update.html
|
|
) |