]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix dark threshold
authoridgay <idgay>
Mon, 23 Jun 2008 23:42:46 +0000 (23:42 +0000)
committeridgay <idgay>
Mon, 23 Jun 2008 23:42:46 +0000 (23:42 +0000)
apps/AntiTheft/Nodes/AntiTheftC.nc

index 4330df95d40749b84caf7a9f4bb18d8191702c9e..1e42baa3e7c2a0a99f18d8b5a5799ab936a6602e 100644 (file)
@@ -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,