crisap94 / MHZ19

MH-Z19 CO2 sensor library for ESP8266 or Arduino
Other
68 stars 24 forks source link

Make sketch filename case match folder name #1

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. On a filename case-sensitive OS like Linux, this includes matching case. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.

crisap94 commented 5 years ago

Sure, i forgot that part :relieved:.