Mercurial > ~darius > hgwebdir.cgi > tempctrl
comparison tempctrl.c @ 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 |
comparison
equal
deleted
inserted
replaced
65:1ef17cd8af7a | 66:5c2a1c68e386 |
---|---|
96 uint16_t crc; | 96 uint16_t crc; |
97 } ee_area __attribute__((section(".eeprom"))); | 97 } ee_area __attribute__((section(".eeprom"))); |
98 | 98 |
99 /* Defaults that are shoved into EEPROM if it isn't inited */ | 99 /* Defaults that are shoved into EEPROM if it isn't inited */ |
100 const PROGMEM settings_t default_settings = { | 100 const PROGMEM settings_t default_settings = { |
101 .fermenter_ROM = { 0x10, 0xeb, 0x48, 0x21, 0x01, 0x08, 0x00, 0xdf }, | 101 .fermenter_ROM = { 0x10, 0x8b, 0x7a, 0x53, 0x01, 0x08, 0x00, 0xb4 }, |
102 .fridge_ROM = { 0x10, 0xa6, 0x2a, 0xc4, 0x00, 0x08, 0x00, 0x11 }, | 102 .fridge_ROM = { 0x10, 0xa6, 0x2a, 0xc4, 0x00, 0x08, 0x00, 0x11 }, |
103 .ambient_ROM = { 0x10, 0x97, 0x1b, 0xfe, 0x00, 0x08, 0x00, 0xd1 }, | 103 .ambient_ROM = { 0x10, 0x97, 0x1b, 0xfe, 0x00, 0x08, 0x00, 0xd1 }, |
104 .target_temp = 1400, | 104 .target_temp = 1400, |
105 .hysteresis = 100, | 105 .hysteresis = 100, |
106 .minheatovershoot = 50, | 106 .minheatovershoot = 50, |