First, on Arduino IDE 2.x it is not possible to download the current library, always version 3.5.7 is loaded. It seems the library is missing in Arduino caused by the wrong release name.
You should make an explicit release named 3.5.8, better 3.6.0 and also update the files library.jsonand libraries.properties files before!!! you make a release.
First, on Arduino IDE 2.x it is not possible to download the current library, always version 3.5.7 is loaded. It seems the library is missing in Arduino caused by the wrong release name.
You should make an explicit release named
3.5.8, better3.6.0and also update the fileslibrary.jsonandlibraries.propertiesfiles before!!! you make a release.