-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 Support #59
Comments
ESP32 works fine for me, prorgammed using Arduino IDE. |
@alastaira Can you please share your working code? |
It's basically exactly the same as in the examples. Relevant lines as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm looking to use your library to connect an ESP32 to a DY-SV5W or similar but when I use the Arduino header file, I hear nothing and, when I use the library for the ESP32, I get an error:
error: no matching function for call to 'DY::Player::Player()' DY::Player player;
Any suggestions?
Thanks,
Connal
The text was updated successfully, but these errors were encountered: