From 58d647bad1da957ea63ec03443b780708810a8ec Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 6 Jan 2025 09:33:47 -0300 Subject: [PATCH] added gps to troy --- variants/TROY_LoRa_APRS/board_pinout.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variants/TROY_LoRa_APRS/board_pinout.h b/variants/TROY_LoRa_APRS/board_pinout.h index 07499d9..e84718b 100644 --- a/variants/TROY_LoRa_APRS/board_pinout.h +++ b/variants/TROY_LoRa_APRS/board_pinout.h @@ -21,6 +21,11 @@ #define OLED_SCL 22 #define OLED_RST -1 + // GPS + #define HAS_GPS + #define GPS_RX 12 + #define GPS_TX 34 + // OTHER #define INTERNAL_LED_PIN 2 #define BATTERY_PIN 35