Garmin Device Types

.. not so much unknown since we know its a Garmin xxx
This commit is contained in:
Mark Liversedge
2013-02-15 06:33:47 +00:00
parent cf346b18aa
commit 2a03cb87b3

View File

@@ -232,7 +232,7 @@ struct FitFileReaderState
case 1325: rideFile->setDeviceType("Garmin Edge 200"); break;
case 20119: rideFile->setDeviceType("Garmin Training Center"); break;
case 65534: rideFile->setDeviceType("Garmin Connect Website"); break;
default: rideFile->setDeviceType(QString("Unknown Garmin Device %1").arg(prod));
default: rideFile->setDeviceType(QString("Garmin %1").arg(prod));
}
}
else {