From ad31d558a17f007f974ffc8ddf865f2d071636d1 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 10 Jan 2022 21:15:43 -0800 Subject: [PATCH] Revert "Fix for battery level on tlora32 2.1" This reverts commit 1b81b155d6e1c52d0b1992c10faaa604a92b16d4. --- src/configuration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index fdab3d9c0..57469bfd5 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -453,8 +453,7 @@ along with this program. If not, see . #define GPS_RX_PIN 15 // per @der_bear on the forum, 36 is incorrect for this board type and 15 is a better pick #define GPS_TX_PIN 13 -// Updated to pin 36 per https://resource.heltec.cn/download/WiFi_LoRa_32/V2.1/WIFI_LoRa_32_V2.1(868-915).PDF -#define BATTERY_PIN 36 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage +#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage #define I2C_SDA 21 // I2C pins for this board #define I2C_SCL 22