mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
kill white spaces
This commit is contained in:
parent
9baf066386
commit
194ae94a43
22 changed files with 34 additions and 35 deletions
|
|
@ -232,7 +232,7 @@ namespace POWER_Utils {
|
|||
digitalWrite(VEXT_CTRL, Config.digi.ecoMode == 1 ? HIGH : LOW);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAS_GPS
|
||||
if (Config.beacon.gpsActive && Config.digi.ecoMode != 1) activateGPS();
|
||||
#endif
|
||||
|
|
@ -274,7 +274,7 @@ namespace POWER_Utils {
|
|||
delay(500);
|
||||
Wire.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
|
||||
#endif
|
||||
|
||||
|
||||
delay(1000);
|
||||
BATTERY_Utils::setup();
|
||||
BATTERY_Utils::startupBatteryHealth();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue