From 511a935bbf9f03dc7374cf3f48d3666a1c40a211 Mon Sep 17 00:00:00 2001 From: recrof Date: Wed, 9 Apr 2025 13:21:34 +0200 Subject: [PATCH] move gps standby pin to gps section --- variants/techo/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/techo/variant.h b/variants/techo/variant.h index e3022adc..9f4da8e7 100644 --- a/variants/techo/variant.h +++ b/variants/techo/variant.h @@ -42,7 +42,6 @@ #define PIN_SERIAL1_RX (41) // GPS TX #define PIN_SERIAL1_TX (40) // GPS RX -#define PIN_GPS_STANDBY (34) //////////////////////////////////////////////////////////////////////////////// // I2C pin definition @@ -121,3 +120,4 @@ #define PIN_GPS_WAKEUP (34) #define PIN_GPS_RESET (37) #define PIN_GPS_PPS (36) +#define PIN_GPS_STANDBY (34)