From bc7d1a4ef0714dbc7db8086c0f97809c3f620d63 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Sat, 25 Sep 2021 00:28:01 +0300 Subject: [PATCH] redefine GPS TX pin for DIY schematic --- src/configuration.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 1563f4544..84df2ed6a 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -234,6 +234,12 @@ along with this program. If not, see . #define I2C_SDA 21 #define I2C_SCL 22 +// GPS +//#undef GPS_RX_PIN +//#define GPS_RX_PIN 12 // not connected +#undef GPS_TX_PIN +#define GPS_TX_PIN 15 + #define BUTTON_PIN 39 // The middle button GPIO on the T-Beam #define LORA_DIO0 26 // a No connect on the SX1262/SX1268 module