mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
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:
parent
e7ed12ea09
commit
9a43163cae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user