From 7652e9defbad5557c28e843f4242a0f56d33e831 Mon Sep 17 00:00:00 2001 From: idgay Date: Mon, 23 Jun 2008 23:42:46 +0000 Subject: [PATCH] fix dark threshold --- apps/AntiTheft/Nodes/AntiTheftC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2