Code: Select all
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
Code: Select all
include($ENV{MDF_PATH}/project.cmake)
Code: Select all
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
Code: Select all
Maximum recursion depth of 1000 exceeded
How exactly can I include IDF APIs (specifically the A2DP API) when working within an MDF project?