1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Making things more Arduino-like (cont...)

This commit is contained in:
David A. Mellis
2009-06-01 17:10:56 +00:00
parent 14778514ae
commit df4f1629c4
17 changed files with 177 additions and 625 deletions

View File

@ -41,8 +41,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 165;
static String VERSION_NAME = "0165";
static final int REVISION = 17;
static String VERSION_NAME = "0017";
static HashMap<Integer, String> platformNames = new HashMap();
static {