Can no longer compile simple A2DP sink with i2s pin config #586
-
Can no longer compile simple A2DP sink with i2s pin config, the error I get is Compilation error: 'class BluetoothA2DPSink' has no member named 'set_pin_config' A2DP_LEGACY_I2S_SUPPORT is set to true and no change. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Just read the Readmy and the Wiki! set_pin_config is only available if you use an Arduino ESP core version where the Legacy API is available! |
Beta Was this translation helpful? Give feedback.
-
Sorry Phil and thanks for the great library. It used to work and now it
doesn't - something which is frustrating when this forms part of a larger
project. I looked in the header file at least ey.
Best regards Alex
…On Mon, 15 Jul 2024, 14:18 Phil Schatzmann, ***@***.***> wrote:
Just read the Readmy and the Wiki!
set_pin_config is only available if you use an Arduino ESP core version
where the Legacy API is available!
—
Reply to this email directly, view it on GitHub
<#586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNXSPLQLXZICQH56JWNVFTZMPD3VAVCNFSM6AAAAABK4Q3QE6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBVGEYTEMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I assume you made an upgrade of the ESP32 core and I can't provide you the functionality that Espressif has removed. But if you want to future-proof your project, you need to adjust to the new functionality. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info Phil, I did not know it was Espressif that had made the
change. Again, I know it really isn't worth your time to respond to folks
like me who admittedly didn't even read the readme, and thank you for your
support.
Alex
…On Mon, 15 Jul 2024, 19:35 Phil Schatzmann, ***@***.***> wrote:
I assume you made an upgrade of the ESP32 core and I can't provide you the
functionality that Espressif has removed.
If you want it to work the old way you need to go back to an old Arduino
ESP32 core release.
—
Reply to this email directly, view it on GitHub
<#586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNXSPLRRJ4VNUSGWGQEBCTZMQI53AVCNFSM6AAAAABK4Q3QE6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBVGQ2DEMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Just read the Readmy and the Wiki!
set_pin_config is only available if you use an Arduino ESP core version where the Legacy API is available!