1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

working on #223: Auto-detection of serial ports. Linux version ready

This commit is contained in:
Federico Fissore
2013-01-28 16:33:18 +01:00
parent 5b8ac97a42
commit 776952762f
9 changed files with 107 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
<methods dir="${basedir}/src/processing/core" />
<mkdir dir="bin" />
<javac source="1.5" target="1.5"
<javac source="1.6" target="1.6"
encoding="UTF-8"
includeAntRuntime="false"
srcdir="src" destdir="bin"/>