Skip to content

Commit bef59a4

Browse files
author
Federico Fissore
committed
removed TemplateSketch.ino. Now using BareMinimum.ino
1 parent 8e00662 commit bef59a4

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

app/src/processing/app/Base.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ protected String createNewUntitled() throws IOException {
655655
if (!newbieFile.createNewFile()) {
656656
throw new IOException();
657657
}
658-
FileUtils.copyFile(new File(System.getProperty("user.dir"), "TemplateSketch.ino"), newbieFile);
658+
FileUtils.copyFile(new File(System.getProperty("user.dir"), "examples/01.Basics/BareMinimum/BareMinimum.ino"), newbieFile);
659659
return newbieFile.getAbsolutePath();
660660
}
661661

build/build.xml

-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
<fileset dir="shared/examples" />
9898
</copy>
9999

100-
<!-- copy shared template -->
101-
<copy file="shared/TemplateSketch.ino" todir="${target.path}/" />
102-
103100
<!-- Unzip documentation -->
104101
<unzip dest="${target.path}" src="shared/reference.zip" overwrite="false"/>
105102

build/shared/TemplateSketch.ino

-9
This file was deleted.

0 commit comments

Comments
 (0)