From 9128f7d4b3eb21f48a769e28446e38620c9b6f60 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 28 Dec 2020 15:00:34 +0800 Subject: [PATCH] turn on battery pin for lora_v2 per @msws --- src/configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 6fa07ce6..dda2b8d0 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -289,6 +289,8 @@ along with this program. If not, see . #define GPS_RX_PIN 36 #define GPS_TX_PIN 13 // per @eugene +#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