mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Support Moxy Firmware v1.0
.. fit file manu:76 identified as Moxy
.. support 7 field CSV, ignore session number
NOTE: support for UTC dates is not present since we
have no way of checking what TZ the ride was
recorded in !
This commit is contained in:
@@ -298,9 +298,15 @@ struct FitFileReaderState
|
||||
// does not set product at this point
|
||||
rideFile->setDeviceType("Sigmasport ROX");
|
||||
|
||||
} else if (manu == 76) {
|
||||
|
||||
// Moxy
|
||||
rideFile->setDeviceType("Moxy Monitor");
|
||||
|
||||
} else if (manu == 260) {
|
||||
// Zwift!
|
||||
rideFile->setDeviceType("Zwift");
|
||||
|
||||
} else {
|
||||
|
||||
rideFile->setDeviceType(QString("Unknown FIT Device %1:%2").arg(manu).arg(prod));
|
||||
|
||||
Reference in New Issue
Block a user