diff options
-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" |