# HG changeset patch # User darius@Inchoate # Date 1232540519 -37800 # Node ID ca5fc59ec4f057293576a245c2a0da64ec87098d # Parent 4abce5954d251c4c9d6f1033ffb503ccb9d7b72a Change default temperature to 18C - better for Ale yeast. diff -r 4abce5954d25 -r ca5fc59ec4f0 tempctrl.c --- 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,