From 714ed1675cca6e5daa18c03cf501996189721657 Mon Sep 17 00:00:00 2001 From: Dierk Arp Date: Tue, 24 Mar 2020 07:50:49 +0100 Subject: [PATCH] Update ttgov1.h issue #577: Pin DIO2 of SX1276 is connected to pin 32 --- src/hal/ttgov1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/ttgov1.h b/src/hal/ttgov1.h index ac906860..3f117600 100644 --- a/src/hal/ttgov1.h +++ b/src/hal/ttgov1.h @@ -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