Skip to content
Next Next commit
Update pins_arduino.h
changed LORA_IO0 -> LORA_IRQ
  • Loading branch information
cyberman54 authored Dec 23, 2018
commit 8569f6070ad367d6f3a0b1de59efc8a61b03f2db
2 changes: 1 addition & 1 deletion variants/lopy/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define LORA_MOSI 27 // GPIO27 - SX1276 MOSI
#define LORA_CS 17 // GPIO17 - SX1276 CS
#define LORA_RST 18 // GPIO18 - SX1276 RST
#define LORA_IO0 23 // GPIO23 - SX1276 IO0
#define LORA_IRQ 23 // GPIO23 - SX1276 IO0
#define LORA_IO1 23 // GPIO23 - SX1276 IO1 tied by diode to IO0
#define LORA_IO2 23 // GPIO23 - SX1276 IO2 tied by diode to IO0

Expand Down