I’m trying to migrate RFM69-Particle. Has it already been migrated? How can I confirm? (I see it already has a library.properties file and it appears to be available in the desktop IDE).
Selecting “manage current library” there is no “migrate this library” button. When I do try to upload the library I receive an error that “Library is not valid. main source is missing main header is missing”.
I installed it a couple of days ago when the new library manager came out. Also went into file > settings > updates and says it is up to date.
Let me double check…1.7.4 and downloaded/reinstalled right now. Still same issue.
The thing with the libarary validation is that it requires you to provide a set of .h/.cpp files that is called exactly the same way as you called the library inside the library.properties file (which we can’t see for the red message box covering that line ;-))
Another user seems to have a similar issue and Particle is looking into
Meanwhile you could use CLI.
There was an issue with the path seperators for Windows with 1.19.1 which got fixed in 1.19.2
Maybe there's something similar at work with Dev.