I am currently working on a project to program a ESP32 Pico Kit v4.1 microcontroller with bluetooth and i2s capabilities. I am using an arduino framework on platformio through Visual Studio Code. The attached code is a sample code that I would like to test, but I keep getting the same error regarding the two header files "bt_app_core.h and bt_app_av.h." Both libraries are supported through the esp-idf but not through platformio which doesn't have a suitable replacement. I'm aware that my paths might not be set up correctly, but i'm not entirely sure on how to configure them to work.
I am currently working on a project to program a ESP32 Pico Kit v4.1 microcontroller with bluetooth and i2s capabilities. I am using an arduino framework on platformio through Visual Studio Code. The attached code is a sample code that I would like to test, but I keep getting the same error regarding the two header files "bt_app_core.h and bt_app_av.h." Both libraries are supported through the esp-idf but not through platformio which doesn't have a suitable replacement. I'm aware that my paths might not be set up correctly, but i'm not entirely sure on how to configure them to work.