From db5710ec6a5cf3b5cd9a45f360c86e0680ed97a6 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 28 Aug 2024 12:21:54 -0400 Subject: [PATCH] test --- src/LoRa_APRS_iGate.cpp | 1 - src/power_utils.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 5054109..48dea19 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -61,7 +61,6 @@ String firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seven void setup() { Serial.begin(115200); POWER_Utils::setup(); - BATTERY_Utils::setup(); Utils::setupDisplay(); LoRa_Utils::setup(); Utils::validateFreqs(); diff --git a/src/power_utils.cpp b/src/power_utils.cpp index 30ee7c8..f4e60bc 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -172,7 +172,7 @@ namespace POWER_Utils { #endif delay(1000); - + BATTERY_Utils::setup(); BATTERY_Utils::startupBatteryHealth(); }