1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

removed TemplateSketch.ino. Now using BareMinimum.ino

This commit is contained in:
Federico Fissore
2012-12-18 16:47:33 +01:00
parent 8e00662cb7
commit bef59a4de1
3 changed files with 1 additions and 13 deletions

View File

@ -97,9 +97,6 @@
<fileset dir="shared/examples" />
</copy>
<!-- copy shared template -->
<copy file="shared/TemplateSketch.ino" todir="${target.path}/" />
<!-- Unzip documentation -->
<unzip dest="${target.path}" src="shared/reference.zip" overwrite="false"/>

View File

@ -1,9 +0,0 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}