Skip to content

Commit

Permalink
Fix #261: correct the LNA_RX_GAIN value for RegLna
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed May 20, 2019
1 parent 49b495d commit 7f64530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/radio.c
Original file line number Diff line number Diff line change
@@ -318,7 +318,7 @@ static u1_t randbuf[16];


#ifdef CFG_sx1276_radio
#define LNA_RX_GAIN (0x20|0x1)
#define LNA_RX_GAIN (0x20|0x3)
#elif CFG_sx1272_radio
#define LNA_RX_GAIN (0x20|0x03)
#else

0 comments on commit 7f64530

Please # to comment.