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

Passing the ARDUINO constant from the IDE to avr-gcc as a command line argument (so I don't forget to update the version in the .h file).

This commit is contained in:
David A. Mellis
2009-10-23 23:04:03 +00:00
parent de28fadf49
commit 6a15e01ff8
3 changed files with 4 additions and 5 deletions

View File

@ -40,7 +40,7 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 18;
public static final int REVISION = 18;
static String VERSION_NAME = "0018";
static HashMap<Integer, String> platformNames = new HashMap<Integer, String>();