Skip to content

Commit cbd1d23

Browse files
Change the default radio to SX1276
This is the recommended radio for new designs, so it seems more likely people will be starting out with that one.
1 parent 20177c2 commit cbd1d23

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/lmic/config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77

88
#define CFG_eu868 1
99
//#define CFG_us915 1
10-
#define CFG_sx1272_radio 1
11-
//#define CFG_sx1276_radio 1
10+
// This is the SX1272/SX1273 radio, which is also used on the HopeRF
11+
// RFM92 boards.
12+
//#define CFG_sx1272_radio 1
13+
// This is the SX1276/SX1277/SX1278/SX1279 radio, which is also used on
14+
// the HopeRF RFM95 boards.
15+
#define CFG_sx1276_radio 1
1216

1317
// 16 μs per tick
1418
// LMIC requires ticks to be 15.5μs - 100 μs long

0 commit comments

Comments
 (0)