1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

* Updating version number to 0013.

* Updating ATmega168 bootloader to work with standard distributions of avrdude
  (responding to signature requests made with the universal SPI command) and
  correctly store EEPROM data.  Thanks to ladyada.
* Changing compilation process to generate .eep file and allow for use of
  EEMEM directive (although not yet uploading EEPROM data).
This commit is contained in:
David A. Mellis
2008-10-11 19:27:10 +00:00
parent 5c857a5005
commit 30dc672dff
9 changed files with 428 additions and 427 deletions

View File

@ -53,8 +53,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 12;
static final String VERSION_NAME = "0012 Alpha";
static final int VERSION = 13;
static final String VERSION_NAME = "0013 Alpha";
/**
* Path of filename opened on the command line,