Skip to content

Commit

Permalink
Make sketch filename case match folder name (#120)
Browse files Browse the repository at this point in the history
Typo in the TimeZones example sketchname...

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.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples
  • Loading branch information
per1234 authored and Onno-Dirkzwager committed May 9, 2019
1 parent b422771 commit 4cd2beb
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit 4cd2beb

Please sign in to comment.