Open keremers opened 8 years ago
+1
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.
@per1234 I downloaded your linked library but the warnings already persist.
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.