From 5ff6b919c6bfc00a95e337a9da0f71a67a4db483 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 15 Dec 2021 07:50:36 -0600 Subject: [PATCH] Remove BATTERY_PIN from tlora v1 target (#996) --- src/configuration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 0d32e36f..2bddcbb6 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -330,8 +330,6 @@ along with this program. If not, see . #define GPS_RX_PIN 36 #define GPS_TX_PIN 37 -#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage - #define I2C_SDA 4 // I2C pins for this board #define I2C_SCL 15