diff options
author | Keith Packard <keithp@keithp.com> | 2014-12-22 17:11:51 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-12-22 17:11:51 -0800 |
commit | 213a6604ec225e843f30244e6f94d0ebb3d27e46 (patch) | |
tree | 5a9ba7a37bae82022a17e9cb834dc20edebc5a71 | |
parent | 014dcc1f179237dc247fafa4a2cff91809260681 (diff) |
altos: Adjust CC1200 RSSI reporting value
On the test setup, we were about 13dB off, so tweak the settings to
suit. This result wasn't tested; it's just a rough offset until we get
a production run of TeleDongle boards back to do more systematic
measurements.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/drivers/ao_cc1200_CC1200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_cc1200_CC1200.h b/src/drivers/ao_cc1200_CC1200.h index c5497196..35673123 100644 --- a/src/drivers/ao_cc1200_CC1200.h +++ b/src/drivers/ao_cc1200_CC1200.h @@ -24,7 +24,7 @@ */ #ifndef AO_CC1200_AGC_GAIN_ADJUST -#define AO_CC1200_AGC_GAIN_ADJUST -81 +#define AO_CC1200_AGC_GAIN_ADJUST -94 #endif CC1200_IOCFG2, 0x06, /* GPIO2 IO Pin Configuration */ |