You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- 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