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

Remove '' category and Invalid version warnings #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keremers
Copy link

@keremers keremers commented Oct 2, 2016

library.properties does not include the category keyword. This causes Arduino IDE to create a warning:
WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'
This issue was addressed in Pull Request #135

Version string is 1.04 this also causes a warning. This is a major nuisance because the warning message keeps repeating itself:
Invalid version found: 1.04
Arduino IDE expects the version number to be in the 1.0.4 format instead of 1.04. 1.04 causes Library Manager to report "unknown" version. Hence the warning. Here's the corrected string for version.

library.properties does not include the category keyword. This causes Arduino IDE to create a warning: 
WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'

version string is 1.04 this also causes a warning. This is a major nuisance because the warning message keeps repeating itself:
Invalid version found: 1.04
Arduino IDE expects the version number to be in the 1.0.4 format instead of 1.04. 1.04 causes library to report "invalid" version. Hence the warning.
@masakik
Copy link

masakik commented Dec 6, 2016

+1

@per1234
Copy link

per1234 commented Apr 14, 2017

There is a branch of this library specifically written for Arduino IDE 1.5 and newer that has these issues already fixed:
https://github.com/ntruchsess/arduino_uip/tree/Arduino_1.5.x
The master branch is for use with Arduino IDE 1.0.x, which will not display those warnings.

I would prefer that the Arduino_1.5.x branch was made the default branch of this repository since very few people are still using Arduino IDE 1.0.x and the other branch be clearly labeled as only for use with 1.0.x.

@safaenet
Copy link

@per1234 I downloaded your linked library but the warnings already persist.

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

Successfully merging this pull request may close these issues.

4 participants