Skip to content

Commit

Permalink
testing for battery at init
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Nov 16, 2024
1 parent b34e916 commit fcbaf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ____________________________________________________________________*/
#include "keyboard_utils.h"
#include "joystick_utils.h"
#include "configuration.h"
#include "battery_utils.h"
#include "station_utils.h"
#include "boards_pinout.h"
#include "button_utils.h"
Expand Down Expand Up @@ -112,6 +113,7 @@ void setup() {

POWER_Utils::setup();
displaySetup();
BATTERY_Utils::checkBatteryInitVoltage();
POWER_Utils::externalPinSetup();

STATION_Utils::loadIndex(0);
Expand Down

0 comments on commit fcbaf9b

Please sign in to comment.