mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Garmin Device Types
.. not so much unknown since we know its a Garmin xxx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user