Merge pull request #8 from DigitalConfections/Dev1

Fixes an Oops in Version 0,4
pull/1/head v0.4
DigitalConfections 2020-05-29 21:00:32 -04:00 zatwierdzone przez GitHub
commit 935e3326a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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"