Skip to content

Commit

Permalink
Add support for external BLE antenna on Tracker One
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Nov 20, 2020
1 parent 3ea8292 commit 8171f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,10 @@ void Tracker::init()
// Initialize unused interfaces and pins
initIo();

// Reset the fuel gauge state-of-charge, check if under thresholds
// Perform IO setup specific to Tracker One. Reset the fuel gauge state-of-charge, check if under thresholds.
if (_model == TRACKER_MODEL_TRACKERONE)
{
BLE.selectAntenna(BleAntennaType::EXTERNAL);
initBatteryMonitor();
}

Expand Down

0 comments on commit 8171f2e

Please sign in to comment.