From 25850cbc781249a8cc4a7a6195a8c572a2313393 Mon Sep 17 00:00:00 2001 From: JQ Date: Wed, 28 May 2025 23:21:28 -0700 Subject: [PATCH] fix pins --- variants/techo/variant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/techo/variant.h b/variants/techo/variant.h index ef35525a..6aebf82f 100644 --- a/variants/techo/variant.h +++ b/variants/techo/variant.h @@ -125,8 +125,8 @@ extern const int SCK; //////////////////////////////////////////////////////////////////////////////// // GPS -#define PIN_GPS_RX (41) -#define PIN_GPS_TX (40) +#define PIN_GPS_RX (40) +#define PIN_GPS_TX (41) #define GPS_EN (34) #define PIN_GPS_RESET (37) #define PIN_GPS_PPS (36)