Skip to content

About Mp3PlayerDemo: switchToMp3Mode() before loadDefaultVs1053Patches #89

Description

@sebhuet

Hi,

IHMO, correct order should be

player.switchToMp3Mode();
if (player.getChipVersion() == 4) { // Only perform an update if we really are using a VS1053, not. eg. VS1003
    player.loadDefaultVs1053Patches(); 
}

otherwise player.switchToMp3Mode() reset feature remove patches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions