Add Tacx NEO 2 Smart

Fixes #3484
This commit is contained in:
Ale Martinez
2020-06-08 11:34:10 -03:00
parent 3450f577d3
commit 60600948be

View File

@@ -494,6 +494,7 @@ struct FitFileReaderState
// Tacx
switch (prod) {
case 2800: return "Tacx Neo";
case 2850: return "Tacx Neo 2 Smart";
default: return QString("Tacx %1").arg(prod);
}
} else if (manu == 95) {