Skip to content

Commit 9d4818b

Browse files
committed
Weird issue with 'Missing 'name' from library' error. Duplicate name lines fixes it.
1 parent 80a5852 commit 9d4818b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=SparkFun SCD30 Arduino Library
2-
version=1.0.1
2+
name=SparkFun SCD30 Arduino Library
3+
version=1.0.2
34
author=SparkFun Electronics <[email protected]>
45
maintainer=SparkFun Electronics <sparkfun.com>
5-
sentence=Library for the Sensirion SCD30 CO₂ Sensor
6-
paragraph=An Arduino library for the SCD30 CO₂ sensor from Sensirion. The SCD30 is a high quality <a href="https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor">NDIR</a> based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.
7-
<br><br>Get the SCD30 <a href="https://www.sparkfun.com/products/14751">here</a>.
6+
sentence=Library for the Sensirion SCD30 CO2 Sensor
7+
paragraph=An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality <a href="https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor">NDIR</a> based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.<br><br>Get the SCD30 <a href="https://www.sparkfun.com/products/14751">here</a>.
88
category=Sensors
99
url=https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library
10-
architectures=*
10+
architectures=*

0 commit comments

Comments
 (0)