From 59ec7f31ab384e6688ec9915b42aa64c76e5d573 Mon Sep 17 00:00:00 2001 From: ghostop14 Date: Tue, 13 Dec 2022 12:31:39 -0500 Subject: [PATCH] Enable GPS capabilities on heltec V3 --- variants/heltec_v3/variant.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/variants/heltec_v3/variant.h b/variants/heltec_v3/variant.h index b278704d7..267ebc2ab 100644 --- a/variants/heltec_v3/variant.h +++ b/variants/heltec_v3/variant.h @@ -1,7 +1,5 @@ #define LED_PIN LED -#define HAS_GPS 0 - #define RESET_OLED RST_OLED #define I2C_SDA SDA_OLED // I2C pins for this board #define I2C_SCL SCL_OLED @@ -29,4 +27,4 @@ #define SX126X_DIO1 LORA_DIO1 #define SX126X_BUSY LORA_DIO2 #define SX126X_RESET LORA_RESET -#define SX126X_E22 \ No newline at end of file +#define SX126X_E22