Mercurial > ~darius > hgwebdir.cgi > avr
comparison tempctrl.c @ 59:c72cf25881fe
Default to not beeping (saves eardrums during testing)
author | darius@Inchoate |
---|---|
date | Thu, 30 Oct 2008 11:44:52 +1030 |
parents | 6b1057409d9a |
children | 50fca9562310 |
comparison
equal
deleted
inserted
replaced
58:1afc710266bd | 59:c72cf25881fe |
---|---|
113 .heatbits = _BV(7), | 113 .heatbits = _BV(7), |
114 .idlebits = 0x00, | 114 .idlebits = 0x00, |
115 .check_interval = 10, | 115 .check_interval = 10, |
116 .stale_factor = 3, | 116 .stale_factor = 3, |
117 #ifndef WITHUSB | 117 #ifndef WITHUSB |
118 .dobeep = 1 | 118 .dobeep = 0 |
119 #endif | 119 #endif |
120 }; | 120 }; |
121 | 121 |
122 /* Local variable declarations */ | 122 /* Local variable declarations */ |
123 volatile static time_t now; | 123 volatile static time_t now; |