-
Notifications
You must be signed in to change notification settings - Fork 165
SD library always ask to update itself #46
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
It actually just exposes a long-standing bug: arduino/Arduino#4189. Library Manager should be able to correctly handle a change in the I'm inclined say this should be closed as a duplicate of arduino/Arduino#4189 but maybe it will nudge some action on the long neglected arduino/Arduino#4189. |
Is there a way to fix this locally? Every time I open a new window my screen will suddenly freeze when the notification pops up, and I lose my place. It's getting really annoying. |
This is a bug that surely be fixed in the IDE (and I'm working on it on this branch), but in the meantime let's alleviate the pain by restoring the |
architecture=* in the library.properties? Is that something that I can change locally? I found the file with the "architecture=*" line, but your comment is unclear to me. Thanks for you help.
|
Just update the library to version 1.2.2 in the library manager. |
Okay, just did. Last time I checked a few days ago it was not there. Thanks. |
this fix
#31
https://forum.arduino.cc/index.php?topic=515050.0
actually produce a bug, that every one user of arudino IDE is receiving notification after IDE start that update is available for SD library, but there is nothing to update. SD library is also always under Updateable libraries. Please revert and find a different way.
The text was updated successfully, but these errors were encountered: