Mercurial > ~darius > hgwebdir.cgi > avr
comparison tempctrl.c @ 67:52aa7716148c
Default to auto (EEPROM is fried so this is the only way..)
author | darius@Inchoate |
---|---|
date | Mon, 19 Jan 2009 22:51:53 +1030 |
parents | 5c2a1c68e386 |
children | ac45a96e8034 |
comparison
equal
deleted
inserted
replaced
66:5c2a1c68e386 | 67:52aa7716148c |
---|---|
107 .mincoolovershoot = -50, | 107 .mincoolovershoot = -50, |
108 .mincoolontime = 300, | 108 .mincoolontime = 300, |
109 .mincoolofftime = 600, | 109 .mincoolofftime = 600, |
110 .minheatontime = 60, | 110 .minheatontime = 60, |
111 .minheatofftime = 60, | 111 .minheatofftime = 60, |
112 .mode = TC_MODE_IDLE, | 112 .mode = TC_MODE_AUTO, |
113 .coolbits = _BV(6), | 113 .coolbits = _BV(6), |
114 .heatbits = _BV(7), | 114 .heatbits = _BV(7), |
115 .idlebits = 0x00, | 115 .idlebits = 0x00, |
116 .check_interval = 10, | 116 .check_interval = 10, |
117 .stale_factor = 3, | 117 .stale_factor = 3, |