mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
10 lines
282 B
CMake
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
|
|
) |