From 92edfd32174afc49bb991ba27a681b5153daffd7 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Fri, 8 Oct 2021 21:17:05 +0300 Subject: [PATCH] fix: GPS RX/TX pins mismatch --- src/configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 84df2ed6a..8231d5551 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -235,10 +235,10 @@ along with this program. If not, see . #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 +#undef GPS_RX_PIN +#define GPS_RX_PIN 15 +//#undef GPS_TX_PIN +//#define GPS_TX_PIN 12 // not connected #define BUTTON_PIN 39 // The middle button GPIO on the T-Beam