Releases: fabianoriccardi/melody-player
Releases · fabianoriccardi/melody-player
2.4.0
2.3.1
- fix bug which causes the crash at boot in esp8266 core v3.0.x
NOTES: The unordered_map is replaced by static array: now the initialization of the notes mapping is more efficient and the sketch size is reduced by 5kb
2.3.0
New features and bug fixes
- add support to LittleFS
- fix extended note duration (dot notation) in rtttl format when note duration is equal to 1
- getNote(..) returns an empty note instead of crashing when accessing to invalid position
For development
- add configuration file for clang-format
2.2.2
- Fix compile error on new arduino cores (esp8266 v3 and esp32 v2)
- Add license
- Improve ci
2.2.1
Fix:
- Increase bpm limit to 300
Other:
- Init PlatformIO project for development and deployment
2.2.0
New feature:
- Added selection of standby voltage level
2.1.0
New features:
- Support RTTTL format
- Simultaneous play of different melodies
- Melodies can be "moved" among Players
2.0.0
Complete library rewriting, the API has completely changed, but the functionalities aren't changed
1.0.0
First release