Update ttgov1.h

issue #577:  Pin DIO2 of SX1276 is connected to pin 32
This commit is contained in:
Dierk Arp 2020-03-24 07:50:49 +01:00
parent 090657ac82
commit 714ed1675c

View File

@ -37,6 +37,6 @@
// Pins for LORA chip SPI interface come from board file, we need some
// additional definitions for LMIC
#define LORA_IO1 (33)
#define LORA_IO2 LMIC_UNUSED_PIN
#define LORA_IO2 (32) // ref.: https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic-part-3/18436
#endif