We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User requested the ability to change chip variant at runtime while maintaining a single class type.
typedef DFMiniMp3<HardwareSerial, Mp3Notify, Mp3ChipDynamic> DfMp3; Mp3ChipDynamic::setChip(DfMp3_Chip_Original); or DfMp3 myMp3(); myMp3.setChip(DfMp3_Chip_Original); // internally calls static Mp3ChipDynamic::setChip or passed in begin?
The text was updated successfully, but these errors were encountered:
Makuna
No branches or pull requests
User requested the ability to change chip variant at runtime while maintaining a single class type.
The text was updated successfully, but these errors were encountered: