mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Add more Sigma Sport devices (#3877)
Add new SIGMA Devices ROX 11.1, ROX 2.0, ROX 4.0 and missing PURE GPS
This commit is contained in:
@@ -506,6 +506,10 @@ struct FitFileReaderState
|
||||
case 44: return "SIGMA ROX 12.0";
|
||||
case 45: return "SIGMA iD.FREE";
|
||||
case 46: return "SIGMA iD.TRI";
|
||||
case 47: return "SIGMA PURE GPS";
|
||||
case 49: return "SIGMA ROX 11.1";
|
||||
case 51: return "SIGMA ROX 2.0";
|
||||
case 52: return "SIGMA ROX 4.0";
|
||||
default: return QString("SIGMA SPORT %1").arg(prod);
|
||||
}
|
||||
} else if (manu == 76) {
|
||||
|
||||
Reference in New Issue
Block a user