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"
|
2020-11-10 18:40:01 +11:00
|
|
|
INCLUDE_DIRS ".")
|
2022-01-31 23:05:03 +01:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|