This commit is contained in:
ok-home
2023-09-21 20:42:49 +07:00
commit f5d0cd2d9f
17 changed files with 861 additions and 0 deletions

5
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
# 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)