Closed AlmightyFrog closed 2 years ago
Hey @AlmightyFrog,
Your assumption is correct: the API of the DFplayer mini library's callback methods must have changed. Normally this shouldn't be an issue as I'm explicitly mentioning the lib version, but it looks like the lib has been re-released under the same tag with different content.
Unfortunately, I'll be busy all of next week so that I cannot offer a quick fix adapting my solution to the new api. The easiest option for you would be to try with an earlier lib version, around end of 2020 release or so. I'll let you know once I adapt my code to the new lib version.
Cheers, Schallbert
Quick fix: in your platformio.ini
, remove the ^
sign to indicate that you don't want the library dependency finder to auto-update to the latest available lib version if 1.0.7 is not already installed. Like this:
makuna/DFPlayer Mini Mp3 by Makuna @ 1.0.7 # Mp3 Player
That way, compiling shoud succeed.
Cheers, Schallbert
Permanently fixed with https://github.com/Schallbert/Tonuino_alternativeFirmware/commit/9591b02d6b506c37e0e43561846216120baa3bbd . Updated to latest lib API. Closing issue.
Hi,
i currently have only a windows system available, so not sure if it is causing an issue. Following output is from simple build of nanoatmega328 env:
Any Idea what I am doing wrong, or did maybe change a lib or so? Btw, it is a freshly installed Platform IO instance.
Thanks!