mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Refer to Bluetooth/BLE for pairing BLE devices rather than to ANT+
This commit is contained in:
@@ -898,7 +898,7 @@ qDebug()<<"found this many devices:"<<WFApi::getInstance()->deviceCount();
|
||||
// Tree Widget of the channel controls
|
||||
channelWidget->clear();
|
||||
channelWidget->headerItem()->setText(0, tr("Sensor"));
|
||||
channelWidget->headerItem()->setText(1, tr("ANT+ Id"));
|
||||
channelWidget->headerItem()->setText(1, tr("BLE Id"));
|
||||
channelWidget->headerItem()->setText(2, tr("Value"));
|
||||
channelWidget->headerItem()->setText(3, tr("Status"));
|
||||
channelWidget->setColumnCount(4);
|
||||
|
||||
Reference in New Issue
Block a user