# HG changeset patch # User darius@Inchoate # Date 1225258460 -37800 # Node ID 91e06007fe234130f90840ce4f9cf0df3e224128 # Parent 94f71ddb0cdaf961830f5ef117d1dd5ee1ca464e Default to idle mode (saves on compressor stress when testing) diff -r 94f71ddb0cda -r 91e06007fe23 tempctrl.c --- a/tempctrl.c Wed Oct 29 16:03:16 2008 +1030 +++ b/tempctrl.c Wed Oct 29 16:04:20 2008 +1030 @@ -103,7 +103,7 @@ .mincoolofftime = 600, .minheatontime = 60, .minheatofftime = 60, - .mode = TC_MODE_AUTO, + .mode = TC_MODE_IDLE, .coolbits = _BV(6), .heatbits = _BV(7), .idlebits = 0x00,