Another PlatformIO Question #774
-
|
Hi, I'm like to use the example from https://github.com/pschatzmann/ESP32-A2DP/wiki/PlatformIO. As long as i use Arduino framework i have an error that esp_a2dp_api.h and other idf parts can not be found. I found this discussion #516 but it is not the same question. I also have a Wroom32 which has definitely bt capability I think i have to activate bluetooth somehow. Any regards? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I can't reproduce your issue: I guess you have some PlatformIO installation or version issues: |
Beta Was this translation helpful? Give feedback.
-
|
For everyone with similar problems. I solved it by adding platform_packages = platformio/framework-arduinoespressif32 to platform.ini. I have seen the vscode used the wrong version of espressif. |
Beta Was this translation helpful? Give feedback.
I can't reproduce your issue: I guess you have some PlatformIO installation or version issues:
I was just running a test with the latest version: