From: idgay Date: Mon, 23 Jun 2008 23:42:46 +0000 (+0000) Subject: fix dark threshold X-Git-Tag: release_tinyos_2_1_0_0~193 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=7652e9defbad5557c28e843f4242a0f56d33e831 fix dark threshold --- diff --git a/apps/AntiTheft/Nodes/AntiTheftC.nc b/apps/AntiTheft/Nodes/AntiTheftC.nc index 4330df95..1e42baa3 100644 --- a/apps/AntiTheft/Nodes/AntiTheftC.nc +++ b/apps/AntiTheft/Nodes/AntiTheftC.nc @@ -38,7 +38,7 @@ implementation { enum { /* Threshold for considering mote in a dark place */ - DARK_THRESHOLD = 200, + DARK_THRESHOLD = 600, /* Amount of time warning leds should stay on (in checkInterval counts) */ WARNING_TIME = 3,