Refer to Bluetooth/BLE for pairing BLE devices rather than to ANT+

This commit is contained in:
Alexandre Prokoudine
2015-07-09 00:46:41 +03:00
parent b358563318
commit 5fa4d58be0

View File

@@ -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);