From dfbdb7a1c311f8397d1f7bad71134c27f2a5cedb Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 26 Feb 2018 21:29:51 -0800 Subject: [PATCH] Set architectures metadata property to wildcard There is nothing in the library code that restricts it to AVR, SAM, SAMD architecture. The unnecessarily restrictive architectures value caused the library's examples to appear under File > Examples > INCOMPATIBLE and an architecture mismatch to be displayed during compilation when a board of any other architecture was selected. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6d0e437..d026a92 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Allows to move each Braccio parts using simple calls. paragraph=Works only for TinkerKit Braccio. category=Device Control url=http://www.arduino.org/learning/reference/Braccio -architectures=avr, samd, sam +architectures=*