Skip to content

Commit

Permalink
Fit: Add Wahoo ELEMNT in Device Name
Browse files Browse the repository at this point in the history
fix #2064
fix #2202
  • Loading branch information
grauser committed Nov 26, 2016
1 parent 5716234 commit 749ba20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FileIO/FitRideFile.cpp
Expand Up @@ -388,6 +388,7 @@ struct FitFileReaderState
// wahoo
switch (prod) {
case 0: return "Wahoo fitness";
case 28: return "Wahoo ELEMNT";
default: return QString("Wahoo fitness %1").arg(prod);
}
} else if (manu == 38) {
Expand Down

0 comments on commit 749ba20

Please sign in to comment.