Arduino libraries missing from library manager

Awesome, thanks everyone!

Hello @ivankravets,

PlatformIO seems to not pick the latest update of this library:

Should I delete the library.json file? I am not clear why you deleted that file for Seeed_Arduino_Audio repo before? Is there a reason?

This is the corresponding PlatformIO library:

As you can see GitHub library is updated to v2.3.1 while PlatformIO library is still at v1.20

Best Regards,
Lakshantha

The v2.3.1 release is broken. Multiple manifests with different versions.

Thank you for the response @ivankravets

Do you have any suggestions as to how the latest library can be made available on PlatformIO? Can this be fixed by changing the version in “library.properties” and releasing another version on GitHub?

Thank you.

Please contact the library maintainers and ask to bump the version to v2.3.2 in both manifests, then make the v2.3.2 tag.

In both manifests as in library.json and library.properties?

Exactly, these are the library manifests. The 2.3.1 tag has "version": "2.3.0", in the library.json and version=2.3.1 in the library.properties, a logical condradiction.

1 Like

Hello @ivankravets @maxgerhardt,

Both library.json and library.properties are updated to 2.3.1 and a new tag is released with v2.3.1.

But the changes still cannot be seen on PlatformIO.

Any reason?

Thank you.

Hi,

The library names are different. Could you synchronize them?

Hello @ivankravets,

Thank you for your response. Library names are synchronized now.

Thanks! Done!

1 Like

Great! Thank you.

Appreciate your support!