summaryrefslogtreecommitdiff
path: root/src/drivers/ao_cc1120.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-04 23:42:30 -0700
committerKeith Packard <keithp@keithp.com>2014-07-05 00:38:10 -0700
commit91461251f3aa8e1b37a3456f8fb94ab16bc0bec2 (patch)
tree48d9f536324cad525f2a37066443272b62fce55a /src/drivers/ao_cc1120.h
parent8935e29e5aa9c01cd00b275a35dd7b99c00980c3 (diff)
altos: Packet reception tuning for cc1120 driver
This adjusts the cc1120 receive parameters to increase sensitivity at the expense of reporting many more invalid packets to the UI. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_cc1120.h')
-rw-r--r--src/drivers/ao_cc1120.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_cc1120.h b/src/drivers/ao_cc1120.h
index a1d78c01..5d24c49a 100644
--- a/src/drivers/ao_cc1120.h
+++ b/src/drivers/ao_cc1120.h
@@ -294,7 +294,7 @@
#define CC1120_SETTLING_CFG_FS_AUTOCAL_MASK 3
#define CC1120_SETTLING_CFG_LOCK_TIME 1
#define CC1120_SETTLING_CFG_LOCK_TIME_50_20 0
-#define CC1120_SETTLING_CFG_LOCK_TIME_70_30 1
+#define CC1120_SETTLING_CFG_LOCK_TIME_75_30 1
#define CC1120_SETTLING_CFG_LOCK_TIME_100_40 2
#define CC1120_SETTLING_CFG_LOCK_TIME_150_60 3
#define CC1120_SETTLING_CFG_LOCK_TIME_MASK 3