Files
ota_ws_update/main/CMakeLists.txt
ok-home c7fe8c03c7 first
2023-09-22 14:18:24 +07:00

10 lines
277 B
CMake

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