Skip to content

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

Closed
Dravon5X opened this issue Dec 4, 2017 · 6 comments
Closed

SD library always ask to update itself #46

Dravon5X opened this issue Dec 4, 2017 · 6 comments

Comments

@Dravon5X
Copy link

Dravon5X commented Dec 4, 2017

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.

@per1234
Copy link
Contributor

per1234 commented Dec 4, 2017

It actually just exposes a long-standing bug: arduino/Arduino#4189.

Library Manager should be able to correctly handle a change in the architectures value so the solution is to fix the underlying bug, rather than to bandaid over it by reverting 9543f55.

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.

@amdkt7
Copy link

amdkt7 commented Jan 2, 2018

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.

@cmaglie
Copy link
Contributor

cmaglie commented Jan 11, 2018

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.

@amdkt7
Copy link

amdkt7 commented Jan 12, 2018 via email

@cmaglie
Copy link
Contributor

cmaglie commented Jan 12, 2018

Just update the library to version 1.2.2 in the library manager.

@amdkt7
Copy link

amdkt7 commented Jan 12, 2018

Okay, just did. Last time I checked a few days ago it was not there. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants