Skip to content

Commit

Permalink
Correct misspelling of architectures field name
Browse files Browse the repository at this point in the history
The correct spelling of the field name is architectures, not architecture.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
  • Loading branch information
per1234 authored Aug 2, 2018
1 parent ebcc40f commit d1421b0
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 @@ -6,4 +6,4 @@ sentence=Serial Terminal library for Arduino
paragraph=This is a universal Serial Terminal library for Arduino to parse ASCII commands and arguments.
category=Communication
url=https://github.com/Erriez/ErriezSerialTerminal
architecture=*
architectures=*

0 comments on commit d1421b0

Please sign in to comment.