mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Moved to version 2.
Added menu to select serial port speed, used when downloading code to the processor (support for old style/new style bootloader)
This commit is contained in:
@ -39,7 +39,6 @@ import javax.swing.undo.*;
|
||||
import com.apple.mrj.*;
|
||||
import com.ice.jni.registry.*;
|
||||
|
||||
//import processing.core.*;
|
||||
|
||||
|
||||
/**
|
||||
@ -51,7 +50,7 @@ import com.ice.jni.registry.*;
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 1;
|
||||
static final String VERSION_NAME = "0002 Pre-Alpha";
|
||||
static final String VERSION_NAME = "0002 Alpha";
|
||||
|
||||
static public int platform;
|
||||
|
||||
|
Reference in New Issue
Block a user