mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
first
This commit is contained in:
@@ -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
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user