Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lora32u4-sketch/lora32u4-sketch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#define LoRa32u4II_1_1 11
#define LoRa32u4II_1_2 12
#define LoRa32u4II_1_3 13

#if LoRa32u4II_VERSION == LoRa32u4II_1_1
#define DIO0 7
Expand All @@ -62,6 +63,11 @@
#define DIO1 1
#define DIO2 2
#define RESET_PIN 4
#elif LoRa32u4II_VERSION == LoRa32u4II_1_3
#define DIO0 7
#define DIO1 5
#define DIO2 LMIC_UNUSED_PIN
#define RESET_PIN 4
#else
#define DIO0 0
#define DIO1 0
Expand Down