Skip to content

Commit

Permalink
Use valid category in library.properties
Browse files Browse the repository at this point in the history
The previous category value caused the warning:

WARNING: Category 'Control' in library ControlDigitalOutput 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
  • Loading branch information
per1234 authored May 8, 2019
1 parent 2c95593 commit f76640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author=thiminhnhut <thiminhnhut@gmail.com>
maintainer=thiminhnhut <thiminhnhut@gmail.com>
sentence=Control Digital Output Library for Arduino, ESP8266, ESP32.
paragraph=Control Digital Output.
category=Control
category=Signal Input/Output
url=https://github.com/thiminhnhut/control-digital-output
architectures=*
includes=ControlDigitalOutput.h

0 comments on commit f76640a

Please sign in to comment.