For some reason PlatformIO does not seem to be picking up the latest release of the MD_MIDIFile library for Arduino.
The Arduino IDE’s “Library Manager” shows the latest MD_MIDIFile version is v2.5.1. It also shows older versions available:
- v2.5.1 (new)
- v2.5.0
- v2.4.0
- …
But PlatformIO still thinks the latest release is v2.5.
This is may be the same root cause as a version release problem with the SimpleSerialShell library.
In both cases, the base branches were renamed from “master” to “main”. Base Arduino and PlatformIO pick up tagged releases slightly differently.
Can we get the latest v2.5.1 release?
Thank you for your help.
Philj