Page 1 of 1

Bug in HTU21D library.properties file

Posted: Fri Jun 16, 2017 3:46 pm
by agmez
I just installed 1.8.3 Arduino and noticed (again) that there was an error shown for the Sparkfun HTU21D library. Pretty cryptic and too about 20 minutes to research and find, but the line:
category=Sensor
generates an error message:

WARNING: Category 'Sensor' in library SparkFun HTU21D Humidity and Termperature Sensor Breakout is not valid. Setting to 'Uncategorized'

Why you ask? Because it should be "Sensors" with an 's'. Picky, huh? (It didn't even complain about misspelling "Temperature"!)

Thought I'd pass that along. The Arduino web site indicates that this error has no side-effects (other than the error message).