X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FAntiTheft%2FRoot%2FAntiTheftRootC.nc;h=ada387b5ec1a9ba6750b5d8bf5b3b3c0c67996de;hb=d93429f5a10cf8e40994874403864d986b44837b;hp=896bc812a89d332afbeda66a391cc993f026316a;hpb=2a0307edd83c3c2ef19093e2436334b40b0ec4ff;p=tinyos-2.x.git diff --git a/apps/AntiTheft/Root/AntiTheftRootC.nc b/apps/AntiTheft/Root/AntiTheftRootC.nc index 896bc812..ada387b5 100644 --- a/apps/AntiTheft/Root/AntiTheftRootC.nc +++ b/apps/AntiTheft/Root/AntiTheftRootC.nc @@ -55,7 +55,7 @@ implementation tree */ if (error == SUCCESS) { - call LowPowerListening.setLocalDutyCycle(200); + call LowPowerListening.setLocalWakeupInterval(512); call DisseminationControl.start(); call CollectionControl.start(); call RootControl.setRoot();