Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Aug 28, 2024
1 parent 65acb54 commit db5710e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/power_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace POWER_Utils {
#endif

delay(1000);

BATTERY_Utils::setup();
BATTERY_Utils::startupBatteryHealth();
}

Expand Down

0 comments on commit db5710e

Please sign in to comment.