Skip to content

Commit e10c5d5

Browse files
authored
Use valid category value in library.properties
The previous category value caused the warning: WARNING: Category 'Utility' in library ArduinoLibrary is not valid. Setting to 'Uncategorized' on every compilation. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
1 parent 2941215 commit e10c5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Jonathan Meyer <jon@stejsoftware.com>
44
maintainer=Jonathan Meyer <jon@stejsoftware.com>
55
sentence=A collection of objects and utilities for the Arduino.
66
paragraph=A collection of objects and utilities for the Arduino.
7-
category=Utility
7+
category=Other
88
url=https://github.com/stejsoftware/ArduinoLibrary
9-
architectures=*
9+
architectures=*

0 commit comments

Comments
 (0)