diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 50541090..48dea195 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 30ee7c84..f4e60bc2 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(); }