Files
ota_ws_update/main/CMakeLists.txt
ok-home 9dc7641c60 ota
2023-09-23 14:23:28 +07:00

10 lines
282 B
CMake

# Embed the server root certificate into the final binary
idf_component_register(
SRCS
example_ota_ws.c
INCLUDE_DIRS
"."
#EMBED_FILES
ota_ws.html
)