tonuino / TonUINO-TNG

The new, "official" TonUINO Firmware. TonUINO is an Arduino based music player supporting RFID and arcade buttons as it's UI
GNU General Public License v3.0
118 stars 46 forks source link

TonUINO crashes if if the player gives a track count >255 #111

Closed boerge1 closed 1 year ago

boerge1 commented 1 year ago

If getFolderTrackCount() gives a number >255 filling the track queue comes not to an end. Normally the number of tracks in a folder is not >255, but the player GD3200B always gives the number of tracks of the folder the last track was played from. If the last track was from the mp3 folder, it gives the number 339. Although it is an error (the support for this player should be enabled), the software should not crash.

boerge1 commented 1 year ago

pull request #112 created

boerge1 commented 1 year ago

pull request #112 merged