Makuna / DFMiniMp3

Arduino library for the DFPlayer Mini Mp3 module. Please refer to the Wiki for more details. Please use the GitHub Discussions ask questions as the GitHub Issues feature is used for bug tracking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track numbers above 255

DavidAIsom opened this issue · comments

Hi I am struggling to get track numbers above 255 to be returned by the player . I can call them and play them by explicite requesting but can’t seem to get the module to report back via the uint16_t getCurrentTrack(DfMp3_PlaySource source) command
or uint16_t getTotalTrackCount(DfMp3_PlaySource source)

Ay ideas ?