Search found 1 match

by ellhan00
Fri Jan 08, 2021 9:31 pm
Forum: ESP-MDF
Topic: Using IDF APIs within MDF project
Replies: 0
Views: 5412

Using IDF APIs within MDF project

I am trying to add the esp_a2dp_api.h file into the MDF get-started project, but when compiling I get the error

fatal error: esp_a2dp_api.h: No such file or directory #include "esp_a2dp_api.h"


I assume this is because my CMakeList.txt file only has
include($ENV{MDF_PATH}/project.cmake) and ...

Go to advanced search