mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
20 lines
661 B
CMake
20 lines
661 B
CMake
# Embed the server root certificate into the final binary
|
|
|
|
idf_component_register(
|
|
SRCS
|
|
example_ota_ws.c
|
|
../source/ota_ws_esp.c
|
|
../source/ota_ws_http.c
|
|
INCLUDE_DIRS
|
|
../include
|
|
PRIV_INCLUDE_DIRS
|
|
../private_include
|
|
REQUIRES
|
|
prv_Wifi_Connect
|
|
esp_http_server
|
|
mdns
|
|
app_update
|
|
esp_wifi
|
|
EMBED_FILES
|
|
../source/ota_ws.html
|
|
) |