From 9a43163caedd543e0935d2070da7ab7e29f3ae03 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 15 Aug 2019 21:15:27 -0700 Subject: [PATCH] Remove incorrect architectures field from library.properties Previously, there were two architectures fields. The first correctly identified the library as being for all architectures. The second incorrectly identified the library as being for avr architecture only. The second field overrides the value of the first field. For this reason, I have removed the incorrect second architectures field. --- library.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/library.properties b/library.properties index 3e7d7f6..bbb28e1 100644 --- a/library.properties +++ b/library.properties @@ -7,5 +7,4 @@ paragraph= This library allows an Arduino/Genuino board to read LiquidCrystal MQ category= Sensors url=https://github.com/miguel5612/MQSensorsLib architectures=* -architectures=avr license=MIT