cristiansteib / Sim800l

Library sim800l for Arduino UNO (maybe sim900l work)
226 stars 79 forks source link

Rename sketch file to match folder name #24

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.

cristiansteib commented 5 years ago

@per1234 Thanks for your contribution