From 9a5c38984e2c2244af1fba5c7bd3d45628158224 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 21 Nov 2015 01:46:21 -0800 Subject: [PATCH] Add category to library.properties Fixes the `WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'` warning in Arduino IDE 1.6.6. --- UIPEthernet/library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/UIPEthernet/library.properties b/UIPEthernet/library.properties index cd8c551..e70fdd3 100644 --- a/UIPEthernet/library.properties +++ b/UIPEthernet/library.properties @@ -3,6 +3,7 @@ author=ntruchsess email=Norbert Truchsess sentence=Ethernet library for ENC28J60 paragraph=implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h +category=Communication url=https://github.com/ntruchsess/arduino_uip architectures=* version=1.50