From 360a8247fd15d52b63265dbca7db2c897e4daec9 Mon Sep 17 00:00:00 2001 From: andreaskoepke Date: Thu, 4 Sep 2008 16:06:10 +0000 Subject: [PATCH] relax white bit a little --- tos/platforms/eyesIFX/WhiteBitAccessorC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/platforms/eyesIFX/WhiteBitAccessorC.nc b/tos/platforms/eyesIFX/WhiteBitAccessorC.nc index 26967506..5bdc6ad3 100644 --- a/tos/platforms/eyesIFX/WhiteBitAccessorC.nc +++ b/tos/platforms/eyesIFX/WhiteBitAccessorC.nc @@ -43,7 +43,7 @@ module WhiteBitAccessorC { implementation { async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) { bool res = FALSE; - if(getMetadata(msg)->strength > 15) res = TRUE; + if(getMetadata(msg)->strength > 13) res = TRUE; return res; } } -- 2.39.2