CMakeLists.txt 251 B

1234
  1. idf_component_register(SRCS "advanced_https_ota_example.c"
  2. INCLUDE_DIRS "."
  3. # Embed the server root certificate into the final binary
  4. EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)