ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 212 forks source link

Remove '' category and Invalid version warnings #165

Open keremers opened 8 years ago

keremers commented 8 years ago

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.

masakik commented 7 years ago

+1

per1234 commented 7 years ago

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

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