This commit is contained in:
richonguzman 2024-08-28 12:21:54 -04:00
parent 65acb54dbe
commit db5710ec6a
2 changed files with 1 additions and 2 deletions

View file

@ -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();

View file

@ -172,7 +172,7 @@ namespace POWER_Utils {
#endif
delay(1000);
BATTERY_Utils::setup();
BATTERY_Utils::startupBatteryHealth();
}