From 18899fd1682c80e557216e6bc60bc138fc1a5dbe Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 13 Aug 2023 21:45:23 -0700 Subject: [PATCH] Update variant.h (#2719) remove HAS_GPS 0 so users can add gps Co-authored-by: Ben Meadors --- variants/t-deck/variant.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variants/t-deck/variant.h b/variants/t-deck/variant.h index 9613d882a..c00229ab9 100644 --- a/variants/t-deck/variant.h +++ b/variants/t-deck/variant.h @@ -27,7 +27,6 @@ #define BUTTON_PIN 0 // #define BUTTON_NEED_PULLUP -#define HAS_GPS 0 #undef GPS_RX_PIN #undef GPS_TX_PIN @@ -86,4 +85,4 @@ #define SX126X_RESET LORA_RESET #define SX126X_E22 // Not really an E22 but TTGO seems to be trying to clone that // Internally the TTGO module hooks the SX1262-DIO2 in to control the TX/RX switch (which is the default for the sx1262interface -// code) +// code) \ No newline at end of file