Error while compiling using internal DAC #503
-
I'm trying to use the library for a Bluetooth speaker project while using the internal DAC of the ESP32. I'm using the following code as suggested in the documentation: void setup() {static const i2s_config_t i2s_config = { void loop() { However, I get this message: Utilizando archivo previamente compilado: C:\Users\ZA7\AppData\Local\Temp\arduino_build_548708\libraries\ESP32-A2DP-main\BluetoothA2DPCommon.cpp.o (sorry for some of the message parts being in Spanish, but I think one could understand without a direct translation) From what I understand there's an error with the amount of arguments that vRingbufferGetInfo is receiving, nonetheless I haven't modified any of it, and thus I'm not really sure how to fix it. I'm sort of beginner with all of this and don't know where else to ask, so any help is well received. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello. I thought I was the only one with this error. Apparently this is a global error. |
Beta Was this translation helpful? Give feedback.
Hi. I have just updated the library for ESP32 to the latest version and everything has started to compile for me. So try it.