From d685682dd918158d2f30b43c692c9c48e674a7ed Mon Sep 17 00:00:00 2001 From: Joar Svensson Date: Fri, 26 Nov 2021 13:28:20 +0100 Subject: [PATCH] Define battery pin --- src/configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 7eed800d..4e73531d 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -327,6 +327,8 @@ 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