From 68e57dd3a7144e989c4954b7cbcff976f9ef217a Mon Sep 17 00:00:00 2001 From: Marlon Spangenberg <25596663+aHVzY2g@users.noreply.github.com> Date: Wed, 24 Jun 2020 12:15:50 +0200 Subject: [PATCH] added ttgo-lora32-v1 gps pins again :D Sry I messed up as I closed #213, so here are the pin definitions again. --- src/configuration.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 70f859d6f..8ce140c8a 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -214,6 +214,10 @@ along with this program. If not, see . #elif defined(TTGO_LORA_V1) // This string must exactly match the case used in release file names or the android updater won't work #define HW_VENDOR "ttgo-lora32-v1" +#undef GPS_RX_PIN +#undef GPS_TX_PIN +#define GPS_RX_PIN 36 +#define GPS_TX_PIN 37 #define I2C_SDA 4 // I2C pins for this board #define I2C_SCL 15