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.
pull/7/head
per1234 6 years ago committed by GitHub
parent e7ed12ea09
commit 9a43163cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,5 +7,4 @@ paragraph= This library allows an Arduino/Genuino board to read LiquidCrystal MQ
category= Sensors category= Sensors
url=https://github.com/miguel5612/MQSensorsLib url=https://github.com/miguel5612/MQSensorsLib
architectures=* architectures=*
architectures=avr
license=MIT license=MIT

Loading…
Cancel
Save