From 8da6d95ed7844c1cb2f6ddce69a350c14a43cdde Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 14 Jun 2018 18:04:35 -0700 Subject: [PATCH] Use valid category in library.properties The previous category value caused the warning: WARNING: Category '' in library PrintStream 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 4a2498d..acaaaf3 100644 --- a/library.properties +++ b/library.properties @@ -4,7 +4,7 @@ author=Pieter Pas maintainer=Pieter Pas sentence= paragraph= -category= +category=Other url= architectures=* -includes=PrintStream.h \ No newline at end of file +includes=PrintStream.h