comparison tempctrl.c @ 77:ca5fc59ec4f0

Change default temperature to 18C - better for Ale yeast.
author darius@Inchoate
date Wed, 21 Jan 2009 22:51:59 +1030
parents 56165caf744b
children 006a99b406dd
comparison
equal deleted inserted replaced
76:4abce5954d25 77:ca5fc59ec4f0
97 /* Defaults that are shoved into EEPROM if it isn't inited */ 97 /* Defaults that are shoved into EEPROM if it isn't inited */
98 const PROGMEM settings_t default_settings = { 98 const PROGMEM settings_t default_settings = {
99 .fermenter_ROM = { 0x10, 0x8b, 0x7a, 0x53, 0x01, 0x08, 0x00, 0xb4 }, 99 .fermenter_ROM = { 0x10, 0x8b, 0x7a, 0x53, 0x01, 0x08, 0x00, 0xb4 },
100 .fridge_ROM = { 0x10, 0xa6, 0x2a, 0xc4, 0x00, 0x08, 0x00, 0x11 }, 100 .fridge_ROM = { 0x10, 0xa6, 0x2a, 0xc4, 0x00, 0x08, 0x00, 0x11 },
101 .ambient_ROM = { 0x10, 0x97, 0x1b, 0xfe, 0x00, 0x08, 0x00, 0xd1 }, 101 .ambient_ROM = { 0x10, 0x97, 0x1b, 0xfe, 0x00, 0x08, 0x00, 0xd1 },
102 .target_temp = 1400, 102 .target_temp = 1800,
103 .hysteresis = 100, 103 .hysteresis = 100,
104 .minheatovershoot = 50, 104 .minheatovershoot = 50,
105 .mincoolovershoot = -50, 105 .mincoolovershoot = -50,
106 .mincoolontime = 300, 106 .mincoolontime = 300,
107 .mincoolofftime = 600, 107 .mincoolofftime = 600,