# HG changeset patch # User darius@Inchoate # Date 1232367690 -37800 # Node ID 5c2a1c68e386add44c4aa00adfccbc9d37da22bb # Parent 1ef17cd8af7a01d25ced64277ea0623edc5616e1 Change to new ROM ID (EEPROM appears to be fried now - ARGH) diff -r 1ef17cd8af7a -r 5c2a1c68e386 tempctrl.c --- a/tempctrl.c Sun Jan 18 20:03:24 2009 +1030 +++ b/tempctrl.c Mon Jan 19 22:51:30 2009 +1030 @@ -98,7 +98,7 @@ /* Defaults that are shoved into EEPROM if it isn't inited */ const PROGMEM settings_t default_settings = { - .fermenter_ROM = { 0x10, 0xeb, 0x48, 0x21, 0x01, 0x08, 0x00, 0xdf }, + .fermenter_ROM = { 0x10, 0x8b, 0x7a, 0x53, 0x01, 0x08, 0x00, 0xb4 }, .fridge_ROM = { 0x10, 0xa6, 0x2a, 0xc4, 0x00, 0x08, 0x00, 0x11 }, .ambient_ROM = { 0x10, 0x97, 0x1b, 0xfe, 0x00, 0x08, 0x00, 0xd1 }, .target_temp = 1400,