From e4ee3c80870fc42616b7d6461503793a441b77fb Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Jul 2018 19:50:26 -0700 Subject: [PATCH] Add category to library.properties Lack of a category field in library.properties causes the warning: WARNING: Category '' in library AGFX is not valid. Setting to 'Uncategorized' List of valid category values: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index b45ff73..d0518f5 100644 --- a/library.properties +++ b/library.properties @@ -4,5 +4,6 @@ author= email= sentence=StAr Arduino Graphics Library paragraph=SGFX for stm32f4 +category=Display url= architectures=stm32f4