This commit is contained in:
ok-home
2023-09-22 14:18:24 +07:00
committed by GitHub
parent f5d0cd2d9f
commit c7fe8c03c7
17 changed files with 320 additions and 848 deletions

View File

@@ -1,5 +1,10 @@
# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "simple_ota_example.c"
INCLUDE_DIRS "."
EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)
idf_component_register(
SRCS
"simple_ota_example.c"
INCLUDE_DIRS
"."
EMBED_FILES
)