There was an error while loading. Please reload this page.
1 parent 41ebd07 commit 3b7c5adCopy full SHA for 3b7c5ad
1 file changed
tst/Devices/devicetestdataindex.cpp
@@ -1462,8 +1462,7 @@ void DeviceTestDataIndex::Initialize() {
1462
// XCX Bike (proprietary FFF6 telemetry; explicitly not generic FTMS)
1463
RegisterNewDeviceTestData(DeviceIndex::XcxBike)
1464
->expectDevice<xcxbike>()
1465
- ->acceptDeviceName("XCX-001048", DeviceNameComparison::StartsWithIgnoreCase)
1466
- ->excluding<ftmsbike>();
+ ->acceptDeviceName("XCX-001048", DeviceNameComparison::StartsWithIgnoreCase);
1467
1468
1469
// Wahoo KICKR CORE
0 commit comments