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.
This commit is contained in:
per1234
2019-08-15 21:15:27 -07:00
committed by GitHub
parent e7ed12ea09
commit 9a43163cae

View File

@ -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