Skip to content

Commit 58bcbbf

Browse files
authored
Use valid category in library.properties
The previous category value caused the warning: WARNING: Category 'Sensor' in library BNO055 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
1 parent 4ecde9a commit 58bcbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author= ROBERT BOSCH GMBH
44
maintainer=Arduino <[email protected]>
55
sentence=Allows to use the IMU MKR Shield
66
paragraph=Allows to use the IMU MKR Shield
7-
category=Sensor
7+
category=Sensors
88
url=http://www.arduino.cc/en/Reference/
99
architectures=samd

0 commit comments

Comments
 (0)