diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-23 08:41:22 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-23 08:41:22 +1300 |
commit | 16a2e35747fe4e19f8d86777566e041505c6d294 (patch) | |
tree | ee357ba5e04ba83e7c0805a1133a58bccd040964 | |
parent | 995dc7915a66a9f837f330e5c67fc8fe3a23ba9e (diff) |
Update config version
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | HouseControl.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index bc87115..61ccb15 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -86,8 +86,8 @@ time_t blinkTime = 0; struct st_config config = { // Config version. Set to 0 to debug (doesn't read from eeprom) - //5, - 0, + 7, + //0, // Ethernet MAC address 0x00, 0xA5, 0xCB, 0x28, 0xF4, 0xCC, // "Production" |