From 09f8800b87644ca0ac4fec7d7b9a15b82c37625d Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 8 Jan 2018 21:23:09 +0000 Subject: [PATCH] [cc2538] adjust receiver sensitivity (#2453) CC2538 data sheet indicates -88 dBm across entire operating conditions. --- examples/platforms/cc2538/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platforms/cc2538/radio.c b/examples/platforms/cc2538/radio.c index 54720dac6..d5d444841 100644 --- a/examples/platforms/cc2538/radio.c +++ b/examples/platforms/cc2538/radio.c @@ -64,7 +64,7 @@ enum enum { - CC2538_RECEIVE_SENSITIVITY = -100, // dBm + CC2538_RECEIVE_SENSITIVITY = -88, // dBm }; typedef struct TxPowerTable