diff --git a/Arduino-microfox/defs.h b/Arduino-microfox/defs.h index 63b2022..92ec048 100644 --- a/Arduino-microfox/defs.h +++ b/Arduino-microfox/defs.h @@ -57,7 +57,7 @@ /****************************************************** * Set the text that gets displayed to the user */ -#define SW_REVISION "0.3" +#define SW_REVISION "0.4" //#define TRANQUILIZE_WATCHDOG @@ -113,7 +113,7 @@ INVALID_FOX /****************************************************** * EEPROM definitions */ -#define EEPROM_INITIALIZED_FLAG 0xAE +#define EEPROM_INITIALIZED_FLAG 0xAF #define EEPROM_UNINITIALIZED 0x00 #define EEPROM_STATION_ID_DEFAULT "FOXBOX"