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.)
|
2019-04-28 15:38:46 +08:00
|
|
|
idf_component_register(SRCS "https_mbedtls_example_main.c"
|
2024-04-08 14:08:23 +02:00
|
|
|
PRIV_REQUIRES esp_event nvs_flash esp_netif mbedtls
|
2020-11-10 18:40:01 +11:00
|
|
|
INCLUDE_DIRS ".")
|