mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-04 06:44:14 +01:00
test
This commit is contained in:
parent
65acb54dbe
commit
db5710ec6a
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ namespace POWER_Utils {
|
|||
#endif
|
||||
|
||||
delay(1000);
|
||||
|
||||
BATTERY_Utils::setup();
|
||||
BATTERY_Utils::startupBatteryHealth();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue