# Embed the server root certificate into the final binary "simple_ota_example.c" idf_build_get_property(project_dir PROJECT_DIR) idf_component_register(SRCS "mcudata.c" "app_BT_User.c" "bt_app_main.c" "bt_app_hf.c" "bt_app_core.c" "gatts_table_creat_demo.c" "Protocol_CRC16.c" "Protocol_Lib.c" "Protocol_User.c" "MCU_Core_Protocol.c" "app_Ble_User.c" "main_user.c" "../source/wifi" "gattc_demo.c" INCLUDE_DIRS "." EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)