Mercurial > ~darius > hgwebdir.cgi > avr
changeset 66:5c2a1c68e386
Change to new ROM ID (EEPROM appears to be fried now - ARGH)
author | darius@Inchoate |
---|---|
date | Mon, 19 Jan 2009 22:51:30 +1030 |
parents | 1ef17cd8af7a |
children | 52aa7716148c |
files | tempctrl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,