diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/ao_cc115l.c | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/src/drivers/ao_cc115l.c b/src/drivers/ao_cc115l.c index 9e116d62..6b76e7d3 100644 --- a/src/drivers/ao_cc115l.c +++ b/src/drivers/ao_cc115l.c @@ -515,7 +515,13 @@ static uint8_t	ao_radio_configured = 0;  #if HAS_RADIO_POWER  #define RADIO_POWER	ao_config.radio_power  #else -#define RADIO_POWER	0xc0 + +#if 0 +#define RADIO_POWER	0x03	/* -31.75dBm on the test board */ +#endif + +#define RADIO_POWER	0xc0	/* full power */ +  #endif  static void  | 
