From 54f0c045e4a3c4fec3079bd0374407fd2df53fb2 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 9 Oct 2023 22:30:02 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d450b88d35..ca8a924fd2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This repository contains the device firmware for the Meshtastic project. -**[Building Instructions](https://meshtastic.org/docs/development/firmware/build)** -**[Flashing Instructions](https://meshtastic.org/docs/getting-started/flashing-firmware/)** +- **[Building Instructions](https://meshtastic.org/docs/development/firmware/build)** +- **[Flashing Instructions](https://meshtastic.org/docs/getting-started/flashing-firmware/)** ## Stats From 8780d93941248add99aa0dd317b32f1f92c04ace Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 9 Oct 2023 13:30:51 -0500 Subject: [PATCH 2/2] Remove missed GPS definition (#2878) --- variants/heltec_wsl_v3/variant.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/variants/heltec_wsl_v3/variant.h b/variants/heltec_wsl_v3/variant.h index 240a482f78..417abf34d0 100644 --- a/variants/heltec_wsl_v3/variant.h +++ b/variants/heltec_wsl_v3/variant.h @@ -8,8 +8,6 @@ #define VEXT_ENABLE Vext // active low, powers the oled display and the lora antenna boost #define BUTTON_PIN 0 -#define PIN_GPS_EN 46 // GPS power enable pin - #define BATTERY_PIN 1 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage #define ADC_CHANNEL ADC1_GPIO1_CHANNEL #define ADC_ATTENUATION ADC_ATTEN_DB_2_5 // lower dB for high resistance voltage divider