# HG changeset patch # User darius@Inchoate # Date 1225329292 -37800 # Node ID c72cf25881fec6fd4c76978aea7ee2812adbd3a1 # Parent 1afc710266bd01e58d2e9e504678118c81023c49 Default to not beeping (saves eardrums during testing) diff -r 1afc710266bd -r c72cf25881fe tempctrl.c --- 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 };