From f4099261dfe157314c18d95b56d2e9ce2a4a47bb Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 6 Jan 2023 15:04:11 -0600 Subject: [PATCH] Hydra gps troubleshooting --- variants/diy/v1/variant.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/variants/diy/v1/variant.h b/variants/diy/v1/variant.h index 3c0878cd..456daa70 100644 --- a/variants/diy/v1/variant.h +++ b/variants/diy/v1/variant.h @@ -4,9 +4,10 @@ // GPS #undef GPS_RX_PIN -#define GPS_RX_PIN 15 -//#undef GPS_TX_PIN -//#define GPS_TX_PIN 12 // not connected +#undef GPS_TX_PIN +#define GPS_RX_PIN 12 +#define GPS_TX_PIN 15 +#define GPS_UBLOX #define BUTTON_PIN 39 // The middle button GPIO on the T-Beam #define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage