X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=apps%2FAntiTheft%2FNodes%2FAntiTheftC.nc;h=1e42baa3e7c2a0a99f18d8b5a5799ab936a6602e;hb=7652e9defbad5557c28e843f4242a0f56d33e831;hp=4330df95d40749b84caf7a9f4bb18d8191702c9e;hpb=3ecb3b5210e3967ef0b2ea1eb8ba9c9e9d9906e1;p=tinyos-2.x.git 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,