justinmbisi / ESP32-Bluetooth-Classic

EPS32 Pico Kit v4.1 microcontroller, using Platformio inside Visual Studio Code
1 stars 0 forks source link

Issue with Libraries/header files #1

Open justinmbisi opened 3 years ago

justinmbisi commented 3 years ago

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.

justinmbisi commented 3 years ago

If more information is needed, please let me know. I am new to using GitHub.