Mercurial > ~darius > hgwebdir.cgi > tempctrl
changeset 77:ca5fc59ec4f0
Change default temperature to 18C - better for Ale yeast.
author | darius@Inchoate |
---|---|
date | Wed, 21 Jan 2009 22:51:59 +1030 |
parents | 4abce5954d25 |
children | 006a99b406dd |
files | tempctrl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tempctrl.c Wed Jan 21 22:51:37 2009 +1030 +++ b/tempctrl.c Wed Jan 21 22:51:59 2009 +1030 @@ -99,7 +99,7 @@ .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, + .target_temp = 1800, .hysteresis = 100, .minheatovershoot = 50, .mincoolovershoot = -50,