From b0b87fd709b286d72ba3886c38265bbd271f88ce Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 12 May 2026 10:36:19 +1200 Subject: [PATCH] fix gps pins for lilygo t impulse plus --- variants/lilygo_t_impulse_plus/variant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/lilygo_t_impulse_plus/variant.h b/variants/lilygo_t_impulse_plus/variant.h index 877136e9..403e9195 100644 --- a/variants/lilygo_t_impulse_plus/variant.h +++ b/variants/lilygo_t_impulse_plus/variant.h @@ -88,8 +88,8 @@ extern "C" #define GPS_EN _PINNUM(1, 10) #define GPS_UART_RX _PINNUM(1, 11) #define GPS_UART_TX _PINNUM(1, 12) -#define PIN_GPS_RX GPS_UART_TX -#define PIN_GPS_TX GPS_UART_RX +#define PIN_GPS_RX GPS_UART_RX +#define PIN_GPS_TX GPS_UART_TX #define PIN_GPS_EN GPS_EN #define GPS_BAUD_RATE 38400 #define PIN_GPS_EN_ACTIVE LOW