I wired my reset to GPIO 25 and IRQ to 17. I'm doing: ``` LoRa = SX127x() LoRa.setPins(25,17) LoRa.begin() ``` LoRa still uses 22 for reset and -1 for IRQ.
I wired my reset to GPIO 25 and IRQ to 17.
I'm doing:
LoRa still uses 22 for reset and -1 for IRQ.