changeset 59:c72cf25881fe

Default to not beeping (saves eardrums during testing)
author darius@Inchoate
date Thu, 30 Oct 2008 11:44:52 +1030
parents 1afc710266bd
children 50fca9562310
files tempctrl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tempctrl.c	Thu Oct 30 11:43:16 2008 +1030
+++ b/tempctrl.c	Thu Oct 30 11:44:52 2008 +1030
@@ -115,7 +115,7 @@
     .check_interval = 10,
     .stale_factor = 3,
 #ifndef WITHUSB
-    .dobeep = 1
+    .dobeep = 0
 #endif
 };