From 8e9b55696f709733b07925c493a396d4462a6eba Mon Sep 17 00:00:00 2001 From: spirilis Date: Sun, 22 Feb 2026 22:43:56 -0500 Subject: [PATCH] Enabling GPS RESET gpio and adjusting verbiage for TX/RX pins so they make sense for T114 --- variants/nrf52840/heltec_mesh_node_t114/variant.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/variants/nrf52840/heltec_mesh_node_t114/variant.h b/variants/nrf52840/heltec_mesh_node_t114/variant.h index e7385c4bbc5..082ab08ec1b 100644 --- a/variants/nrf52840/heltec_mesh_node_t114/variant.h +++ b/variants/nrf52840/heltec_mesh_node_t114/variant.h @@ -163,7 +163,7 @@ No longer populated on PCB #define GPS_L76K -// #define PIN_GPS_RESET (32 + 6) // An output to reset L76K GPS. As per datasheet, low for > 100ms will reset the L76K +#define PIN_GPS_RESET (32 + 6) // An output to reset L76K GPS. As per datasheet, low for > 100ms will reset the L76K #define GPS_RESET_MODE LOW // #define PIN_GPS_EN (21) #define VEXT_ENABLE (0 + 21) @@ -174,13 +174,13 @@ No longer populated on PCB #define PIN_GPS_PPS (32 + 4) // Seems to be missing on this new board // #define PIN_GPS_PPS (32 + 4) // Pulse per second input from the GPS -#define GPS_TX_PIN (32 + 7) // This is for bits going TOWARDS the CPU -#define GPS_RX_PIN (32 + 5) // This is for bits going TOWARDS the GPS +#define GPS_TX_PIN (32 + 5) // This is for bits going TOWARDS the CPU +#define GPS_RX_PIN (32 + 7) // This is for bits going TOWARDS the GPS #define GPS_THREAD_INTERVAL 50 -#define PIN_SERIAL1_RX GPS_RX_PIN -#define PIN_SERIAL1_TX GPS_TX_PIN +#define PIN_SERIAL1_RX GPS_TX_PIN +#define PIN_SERIAL1_TX GPS_RX_PIN /* * SPI Interfaces