Fixes an Oops in Version 0,4

o Didn't update version number for version 0.4. This corrects that.
o Also increments the EEPROM flag.
Dev1
DigitalConfections 2020-05-29 20:59:55 -04:00
rodzic ed82c999cb
commit b9f99029db
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"