2018-09-11 09:44:12 +08:00
|
|
|
# Embed the server root certificate into the final binary
|
|
|
|
|
#
|
|
|
|
|
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
|
2021-09-24 13:27:06 +05:30
|
|
|
idf_component_register(SRCS "https_request_example_main.c" "time_sync.c"
|
|
|
|
|
INCLUDE_DIRS "include"
|
2024-09-24 14:22:10 +02:00
|
|
|
PRIV_REQUIRES esp-tls esp_wifi esp_timer nvs_flash
|
2021-11-12 15:48:53 +05:30
|
|
|
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)
|