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

'' category and Invalid version warnings #164

Open keremers opened 8 years ago

keremers commented 8 years ago

After installing the arduino_UIP the ide displays 2 warnings during compile and otherwise: WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized' and Invalid version found: 1.04

Issue #135 addresses the category issue. But Invalid version warning persists. It is a major nuisance because the error keeps repeating itself during each compile. The fix is simple. The version number format expeected by arduino is 1.0.4 ot 1.04. I've also put a modified library.properties in pull requests tab.

BerranRemzi commented 7 years ago

For warning "Uncatogorized" i post edited version or library.properties.

per1234 commented 7 years ago

See https://github.com/ntruchsess/arduino_uip/pull/165#issuecomment-294115223