diff options
author | Keith Packard <keithp@keithp.com> | 2014-07-02 22:30:23 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-05 00:38:10 -0700 |
commit | c20ddde2f9eb0ad8dbb982e9d0cbe91639160a34 (patch) | |
tree | f47f64ec60384a6a6dbeeb1b14bf8622c297a2eb /src/telebt-v1.0/ao_pins.h | |
parent | ea5887027e7a39da2b7d84a142d74950b7a24703 (diff) |
altos/cc1111: Adjust receive parameters to improve sensitivity
This removes the packet quality test and carrier sense tests when
deciding whether to start decoding a packet. This lets more bad
packets through, but the CRC check catches those and now we're
regularly receiving packets down to -110 or even -112 dBm. Before this
change, we'd rarely see packets as low as -105dBm
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telebt-v1.0/ao_pins.h')
-rw-r--r-- | src/telebt-v1.0/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telebt-v1.0/ao_pins.h b/src/telebt-v1.0/ao_pins.h index b5562573..4181ef35 100644 --- a/src/telebt-v1.0/ao_pins.h +++ b/src/telebt-v1.0/ao_pins.h @@ -49,6 +49,7 @@ #define HAS_MONITOR 1 #define LEGACY_MONITOR 0 #define HAS_TELEMETRY 0 +#define AO_RADIO_REG_TEST 1 #define HAS_ADC 1 #define AO_PAD_ADC_BATT 0 |