changeset 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
files tempctrl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tempctrl.c	Mon Jan 19 22:51:30 2009 +1030
+++ b/tempctrl.c	Mon Jan 19 22:51:53 2009 +1030
@@ -109,7 +109,7 @@
     .mincoolofftime = 600,
     .minheatontime = 60,
     .minheatofftime = 60,
-    .mode = TC_MODE_IDLE,
+    .mode = TC_MODE_AUTO,
     .coolbits = _BV(6),
     .heatbits = _BV(7),
     .idlebits = 0x00,