From 1c3eff0ee5437b14a5eac9844f462f464fd1cd62 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 13 Aug 2020 19:55:57 -0700 Subject: [PATCH] turn on fix #279 for tbeam0.7 and ttgo lora32-1.6 battery levels --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 613f20d87..42b9ff05d 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -179,7 +179,7 @@ along with this program. If not, see . #define I2C_SCL 22 #define BUTTON_PIN 39 -// #define BATTERY_PIN 35 // 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 #ifndef USE_JTAG #define RF95_RESET 23 @@ -278,7 +278,7 @@ along with this program. If not, see . #define GPS_RX_PIN 36 #define GPS_TX_PIN 39 -// #define BATTERY_PIN 35 // 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