From 61fdac7fc657d2ef4a38393bde416ccb54257e66 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 2 Aug 2018 08:42:28 -0700 Subject: [PATCH] Correct misspelling of architectures field name 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 --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 121918ab..71bfe423 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Arduino library for the KITE shield paragraph=Enables user-friendly control of the KITE shield and various wireless modules. category=Communication url=https://github.com/jgromes/KiteLib -architecture=* +architectures=* includes=KiteLib.h