Skip to content

Commit 2c8c230

Browse files
committed
Move example sketch to appropriately named folder
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.
1 parent fae8d8b commit 2c8c230

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/U8GLib/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; http://docs.platformio.org/en/stable/projectconf.html
99

1010
[platformio]
11-
src_dir=U8Glib
11+
src_dir=U8GLib
1212
; lib_dir=~/Arduino/Libraries
1313

1414
[env:nanoatmega328]

0 commit comments

Comments
 (0)