Skip to content

Commit 8171f2e

Browse files
author
Eric Berseth
committed
Add support for external BLE antenna on Tracker One
1 parent 3ea8292 commit 8171f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tracker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,10 @@ void Tracker::init()
448448
// Initialize unused interfaces and pins
449449
initIo();
450450

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

0 commit comments

Comments
 (0)