We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20177c2 commit cbd1d23Copy full SHA for cbd1d23
src/lmic/config.h
@@ -7,8 +7,12 @@
7
8
#define CFG_eu868 1
9
//#define CFG_us915 1
10
-#define CFG_sx1272_radio 1
11
-//#define CFG_sx1276_radio 1
+// This is the SX1272/SX1273 radio, which is also used on the HopeRF
+// 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
16
17
// 16 μs per tick
18
// LMIC requires ticks to be 15.5μs - 100 μs long
0 commit comments