From 032d90cdf25718ab813e4baa6c429ce35e6f1330 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 3 Jun 2018 15:25:05 -0700 Subject: [PATCH] Correct architectures value in library.properties The previous architectures value caused the Arduino IDE to display a warning when the library is compiled: WARNING: library Adafruit_FreeTouch claims to run on (SAMD) architecture(s) and may be incompatible with your current board which runs on (samd) architecture(s). The previous architectures value caused the library's examples to be placed under the File > Examples > INCOMPATIBLE menu. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index e8808b1..fc29eb6 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Arduino library for QTouch on samd21 microcontroller paragraph=Arduino library for QTouch on samd21 microcontroller category=Sensors url=https://github.com/adafruit/Adafruit_FreeTouch -architectures=SAMD +architectures=samd