I received an error while compiling the A2DP Sink (Music Receiver) code #498
-
Hi, I've been trying to implement a Bluetooth speaker connected to a mobile phone. I was just starting doing it as I've just received my ESP32 Dev Module. When I compiled the following code, I2SStream out; void setup() {
} void loop() { I received the errors as listed by Arduino IDE: In file included from /Users/syedmohamadadil/Downloads/PWM_generator/PWM_generator.ino:2: exit status 1 Compilation error: 'config' was not declared in this scope I've downloaded and added the zip libraries (both the A2DP and Audio Tools) to Arduino IDE library so I'm not sure what is happening. Do anyone mind to help me with what's going on here? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for letting me know. It seems that the last merge went bad. |
Beta Was this translation helpful? Give feedback.
-
If you did not use git, then yes: otherwise you would just execute git pull to get the latest changes |
Beta Was this translation helpful? Give feedback.
Thanks for letting me know. It seems that the last merge went bad.
I have deleted it and it should be working again...