Closed cheops closed 11 months ago
I can't reproduce your issue: Both the latest Arduino and Platformio versions are compiling w/o problems. The latest Arduino core version is 2.0.14 and the one that comes with Platformio is quite older: 2.0.11.
If you want to use an even older version, please correct the version dependent error yourself and submit a pull request.
You are correct, I had an older version, after upgrading everything is fine. Thanks for the quick response!
Problem Description
ESP32-A2DP\src\BluetoothA2DPSource.cpp:968 compilation error, because
rc->psth_rsp.rsp_code
is not defined inavrc_ct_psth_rsp_param
corrected code:
logging enabled in
platformio.ini
Device Description
platformio.ini
Sketch
Other Steps to Reproduce
No response
What is your development environment
PlatformIO with platform espressif32 board featheresp32 framework arduino
I have checked existing issues, discussions and online documentation