From: Keith Packard Date: Tue, 30 Apr 2013 07:12:44 +0000 (-0700) Subject: altos: Open up the DVGA gain to use all of the available settings X-Git-Tag: 1.2.1~68 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=df70e3e87874d80516c6d43cfe745d511d54f206 altos: Open up the DVGA gain to use all of the available settings We usually work in RF quiet areas; let the AGC hardware try all of the available gain settings. Signed-off-by: Keith Packard --- diff --git a/src/cc1111/ao_radio.c b/src/cc1111/ao_radio.c index 4842486b..88b8f686 100644 --- a/src/cc1111/ao_radio.c +++ b/src/cc1111/ao_radio.c @@ -187,7 +187,7 @@ static __code uint8_t radio_setup[] = { RF_BSCFG_BS_POST_KI_PRE_KI| RF_BSCFG_BS_POST_KP_PRE_KP| RF_BSCFG_BS_LIMIT_0), - RF_AGCCTRL2_OFF, 0x43, + RF_AGCCTRL2_OFF, 0x03, RF_AGCCTRL1_OFF, 0x40, RF_AGCCTRL0_OFF, 0x91,