-
-
Notifications
You must be signed in to change notification settings - Fork 7k
One wire library still in v2.3.0 - causes useless warning #4332
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 had a look at that repository, it looks like it has a proper tag, which also contains the proper version number in its library.properties file, so it should be picked up. I can't look into the server side system for errors, though. |
Hi, Matthijs, and thanks for looking into this. |
@vicnevicne maybe your PC is unable to update the |
Hi, and thanks for helping.
The library_index.json file has been updated (see timestamp) but only references v2.3.0 : What is the URL the library_index.json gets downloaded from ? Could it be that a config file somewhere on my machine still points to an outdated URL or something ? Or could it be that the URL is somehow unreachable which would cause the old version to be reused ? |
OK. Did more tests and it seems clear now that this is due to issue #4272 |
Fixed by #4361 |
I recently released OneWire 2.3.2, with support for Arduino Zero & Arduino 101 (Intel Curie). Can anyone confirm if they're seeing the latest 2.3.2 release in the library manager? |
Confirming. |
The version of the OneWire library proposed by the library manager is still v2.3.0, which causes the IDE to raise the following warning on compile :
WARNING: Category '' in library OneWire is not valid. Setting to 'Uncategorized'
This fix (and others) is included in OneWire lib v2.3.1 which was released on Dec. 6th - https://github.com/PaulStoffregen/OneWire/releases - so the IDE should link to v2.3.1 now.
The text was updated successfully, but these errors were encountered: