File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ const lmic_pinmap lmic_pins = {
76
76
// Just like Feather M0 LoRa, but uses SPI at 1MHz; and that's only
77
77
// because MCCI doesn't have a test board; probably higher frequencies
78
78
// will work.
79
+ // /!\ By default Feather 32u4's pin 6 and DIO1 are not connected. Please
80
+ // ensure they are connected.
79
81
const lmic_pinmap lmic_pins = {
80
82
.nss = 8 ,
81
83
.rxtx = LMIC_UNUSED_PIN,
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ const lmic_pinmap lmic_pins = {
95
95
// Just like Feather M0 LoRa, but uses SPI at 1MHz; and that's only
96
96
// because MCCI doesn't have a test board; probably higher frequencies
97
97
// will work.
98
+ // /!\ By default Feather 32u4's pin 6 and DIO1 are not connected. Please
99
+ // ensure they are connected.
98
100
const lmic_pinmap lmic_pins = {
99
101
.nss = 8 ,
100
102
.rxtx = LMIC_UNUSED_PIN,
You can’t perform that action at this time.
0 commit comments