Forum >DFPlayerMini wiki page links old Library
DFPlayerMini wiki page links old Library

We are using the DFRobotDFPlayerMini on an ESP32 (adafruit Huzzah).
We downloaded the library the wiki page claims is latest (1.0.1). We found problems running with the Arduino IDE's Monitor...
If the monitor was opened, it resets the ESP32, but the player.begin() would fail.
Digging back to the Git, I found that version is from 2016 and there is a newer version (1.0.2) that includes a begin() with 3 parameters. If I set the doReset=false ...
if (!myDFPlayer.begin(audioSerial,true, false))
then it works properly with the Monitor open
Why is the Wiki pointing to the old library?
What other changes should I be aware of in this?
the details of serial/monitor open are interesting but moot now that I have a work around.
We downloaded the library the wiki page claims is latest (1.0.1). We found problems running with the Arduino IDE's Monitor...
If the monitor was opened, it resets the ESP32, but the player.begin() would fail.
Digging back to the Git, I found that version is from 2016 and there is a newer version (1.0.2) that includes a begin() with 3 parameters. If I set the doReset=false ...
if (!myDFPlayer.begin(audioSerial,true, false))
then it works properly with the Monitor open
Why is the Wiki pointing to the old library?
What other changes should I be aware of in this?
the details of serial/monitor open are interesting but moot now that I have a work around.
2018-08-11 01:51:57 Sorry that we didn't release the new version, we have upload the latest one 1.0.2 on the wiki, now it is the right one.
robert.chen
