From d441d2f8c51bba330d34cb2e23c7483ef16a7ed1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 14 Dec 2015 14:45:14 -0800 Subject: [PATCH] Add category to library.properties Fixes the WARNING: Category '' in library CRC32 is not valid. Setting to 'Uncategorized' warning in Arduino IDE 1.6.6. --- library.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6594ed6..0390a70 100644 --- a/library.properties +++ b/library.properties @@ -4,5 +4,6 @@ author=Christopher Baker maintainer=Christopher Baker sentence=An Arduino library for calculating a CRC32 checksum. paragraph=An Arduino library for calculating a CRC32 checksum. +category=Data Processing url=https://github.com/bakercp/CRC32 -architectures=avr \ No newline at end of file +architectures=avr