-
Notifications
You must be signed in to change notification settings - Fork 136
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
stuck on play #50
Comments
I have exactly the same issue using Arduino NANO. Had me changing out the sound cards to no avail before I realised it was a library update. Moving back to 1.0.5 fixed it. |
Hello, I have the same issue, the New library goes to infinite loop if you set ack to true and you try to stop a music. i open an issue with my findings |
I also have this issue and changing back to 1.0.5 also fixed it for me. |
This still has not been resolved insofar as my library keeps trying to update to 1.0.6. Is there a way to a particular update or is it all or none? |
It's got to be one of the v1.0.6 commits on https://github.com/DFRobot/DFRobotDFPlayerMini/commits/master/ Maybe: or The first commit has some pretty board-specific special handling with:
|
I don't know why but with the new version 1.0.6 my code gets stuck on play. I use an ESP32. I tried switching between Serial2 and SoftwareSerial - no difference.
#51 (comment)
The text was updated successfully, but these errors were encountered: