-
-
Notifications
You must be signed in to change notification settings - Fork 7k
library manager isn't picking up Firmata 2.5.0 #4119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I logged in to report a similar issue, see this forum post: I tried and tried but couldn't get the library manager to pick up my library at all until I deleted the cached json file. Some observations:
This bug means that new libraries and updated libraries are not picked up on all the miriads of existing Arduino IDE installs! Observed on version 1.6.6. on Windows 7. |
I concur, I posted my solution in that thread as the same issue was found when someone was trying to get the new lib for the Wifi 101, so its not just updated libraries. I found this problem when migrating from 1.6.4 to 1.6.5, as the AppData/local folder was decided as the best spot, however the previous (roaming) Arduino15 folder had precedence over the local Aruduino15, and the code I had tweaked in the core and libs did not get used until I deleted the roaming folder. I want to attempt a PR to add a 'Force refresh' button to the lib manager, however before I do, there might be a simpler bug fix in the code. I'd also recommend adding a check into the IDE startup code to remove any lingering roaming folders in windows (Only needs to be a temporary fix, maybe for a couple of versions). Check my post in the thread that @tinkerspy linked to, it may fix your problem for now (doesn't help others that do not see it though). |
The problem is that we are not fetching directly from your repository, but rather from our fork: https://github.com/arduino-libraries/Firmata @cmaglie should we reconsider our choice and fetch from @soundanalogous repo directly? |
👍 |
Done. From now on, Firmata repo used by our publishing job will be the one from @soundanalogous Thank you for your patience Jeff |
Not sure what I'm missing. Tag is semver compliant '2.5.0'. library.properties file is updated, etc. Had same issue when I released 2.4.4 as well.
The text was updated successfully, but these errors were encountered: