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.