BluetoothA2DPSink.h: No such file or directory #632
-
I'm currently making a simple project that is Bluetooth speaker using ESP32 DEVKIT V1, I'm currently having a problem having this code in the library, as simple as uploading the zip file it does not show that it was included. I ask some AI saying that the structure of the file is not correct as i need the src file that shows at the examples at Arduino Ide. I also ask guidance to my professor, he says try to change the file to Ino type files and individually put them on to their folders, it didn't shows on the examples at Arduino Ide but i moved it from src to examples in this file it shows at the examples in Arduino Ide The file that shows in the examples at Arduino at the examples at this file. using my professor method the src file that I individually put them on to their folders, changing them to Ino type files and moving the to examples on this file actually shows at the examples in Arduino Ide but when i verify/compile it, it's still shows the same Eror If anyone have a resolve to this, Please kindly respond |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 23 replies
-
There is no way around installing this library correctly! You can also double check the installation in your libraries folder: the content must match with what you see on Github. The Readme gives a suggestion how to install |
Beta Was this translation helpful? Give feedback.
There is no way around installing this library correctly!
After you did this (and maybe restarted Arduino) you will see the examples in Arduino under ESP32-A2DP!
You can also double check the installation in your libraries folder: the content must match with what you see on Github.
The Readme gives a suggestion how to install