Skip to content

Commit

Permalink
Add Tacx NEO 2 Smart
Browse files Browse the repository at this point in the history
Fixes #3484
  • Loading branch information
amtriathlon committed Jun 8, 2020
1 parent 3450f57 commit 6060094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FileIO/FitRideFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6060094

Please sign in to comment.