adafruit / Adafruit_CircuitPlayground

library for Circuit Playground board
171 stars 77 forks source link

Arduino Updater is always showing 1.86 New Version available #46

Closed electronic-cosmos closed 4 years ago

electronic-cosmos commented 4 years ago

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

ladyada commented 4 years ago

please post a screenshot

ghost commented 4 years ago

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

Library Manager

ladyada commented 4 years ago

is this new or has always been happening?

ghost commented 4 years ago

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

ladyada commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

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

electronic-cosmos commented 4 years ago

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

ghost commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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