From b4f1ed7ff95bed441e5c648d514c04cb049206c5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 27 Nov 2015 00:15:38 -0800 Subject: [PATCH] Add category to library.properties Fixes the `WARNING: Category '' in library Parse Arduino SDK is not valid. Setting to 'Uncategorized'` warning in Arduino IDE 1.6.6. --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 5576aac..925be43 100644 --- a/library.properties +++ b/library.properties @@ -4,5 +4,6 @@ author=Parse, LLC. maintainer=Parse, LLC. sentence=A library that provides access to Parse paragraph=Provides convenience methods to access the REST API on Parse.com from Arduino. +category=Communication url=https://github.com/ParsePlatform/parse-embedded-sdks architectures=avr,samd,esp8266