Skip to content
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

Arduino Updater is always showing 1.86 New Version available #46

Closed
electronic-cosmos opened this issue Nov 1, 2019 · 11 comments
Closed

Comments

@electronic-cosmos
Copy link

Header say everything :-)
Something is wrong in this version history.
Pleas check it, THX!

@ladyada
Copy link
Member

ladyada commented Nov 1, 2019

please post a screenshot

@ghost
Copy link

ghost commented Nov 1, 2019

@ladyada It's happening with my Arduino IDE Library Manager as well:

Library Manager

@ladyada
Copy link
Member

ladyada commented Nov 1, 2019

is this new or has always been happening?

@ghost
Copy link

ghost commented Nov 1, 2019

I'd say about a couple of weeks or so.

@ladyada
Copy link
Member

ladyada commented Nov 1, 2019

that is quite odd because the version number matches the release ... only thing that is new in the last few weeks is we went from 1.9.1 to 1.10.1 - i wonder if the parsing code for semver doesnt handle 2-digit minor numbers (kinda doubt thats it...)

@cmaglie do you have any ideas?

@ghost
Copy link

ghost commented Nov 1, 2019

I think I know what's happening. My Arduino IDE's got two copies of the Adafruit Circuit Python library.

One, version 1.6.7 (judging by its library.properties file) is located at:

C:\Users\Computer\Documents\Arduino\libraries\Adafruit_Circuit_Playground

The other, version 1.8.6 is in the directory:

C:\Program Files (x86)\Arduino\libraries\Adafruit_Circuit_Playground

Removing the 1.6.7 version allows the Arduino IDE to correctly update to version 1.10.1.

@ghost
Copy link

ghost commented Nov 1, 2019

The updated 1.10.1 library is then correctly created in the directory:

C:\Users\Computer\Documents\Arduino\libraries\Adafruit_Circuit_Playground

@electronic-cosmos
Copy link
Author

For Mac users? What do I have to do???

@ghost
Copy link

ghost commented Nov 1, 2019

I'm not a Mac user, but it might be located in the "libraries" directory where your Arduino sketches are stored. In the "libraries" directory there should be the "Adafruit_Circuit_Python" folder.

Failing that, it should be possible to search for the folder, to find its location.

@electronic-cosmos
Copy link
Author

I found it.

  1. Enter the Arduino package on mac Program folder.
  2. go to: content/Java/libraries/Adafruit_Circuit_Playground
  3. removing it.
  4. also removing it in documents/Arduino/libraries/Adafruit_Circuit_Playground
  5. Starting Arduino IDE again than like mentioned 1.10.1 is installed :-)
    THX

@electronic-cosmos
Copy link
Author

Ups after updating the Adafruit_Circuit_Playground in the libraries manager.
Greetings from Reutlingen Germany
Michael J.

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

2 participants