From e9faf657dfa907bc67721cc1306fcdee5fdfe060 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 21 Mar 2021 18:58:43 +0800 Subject: [PATCH] move GPS_RX_PIN for the TLORA_V2_1_16 from 36 to 15 --- src/configuration.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 3d4fb652d..5fc9adf48 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -342,7 +342,7 @@ along with this program. If not, see . #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 36 +#define GPS_RX_PIN 15 // per @der_bear on the forum, 36 is incorrect for this board type and 15 is a better pick #define GPS_TX_PIN 13 #define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage @@ -459,8 +459,6 @@ along with this program. If not, see . #define DEBUG_PORT console // Serial debug port - - // What platforms should use SEGGER? #ifdef NRF52_SERIES