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

Now flushing serial buffer before uploading code.

This commit is contained in:
David A. Mellis
2005-11-28 12:51:44 +00:00
parent 38ee1b7330
commit e8de19d110
20 changed files with 31764 additions and 31764 deletions

View File

@ -53,7 +53,7 @@ import com.ice.jni.registry.*;
*/
public class Base {
static final int VERSION = 1;
static final String VERSION_NAME = "0002 Alpha";
static final String VERSION_NAME = "0003 Alpha";
static public int platform;