You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a DFPlayer Mini HW-247A. I've tryed the DFPlayer_ESP8266_Basic example and it seems to work fine except by the setVolume(x) function which does nothing.
Hi!
I've a DFPlayer Mini HW-247A. I've tryed the DFPlayer_ESP8266_Basic example and it seems to work fine except by the setVolume(x) function which does nothing.
I'm initializing the DFPlayer object as follows:
mp3.begin(mp3Serial, MP3_SERIAL_TIMEOUT, DFPLAYER_MINI, false);
If I use the DFPLAYER_HW_247A option insted of DFPLAYER_MINI, the code doesn't work.
What am I doing wrong?
Thanks in advance!
Mario
The text was updated successfully, but these errors were encountered: