mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
FIT import - don't use CIQ speed as standard speed
Since units not necessarily are the same. Test file: test/rowing/RowingCIQspeed.fit
This commit is contained in:
@@ -2836,7 +2836,10 @@ genericnext:
|
||||
break;
|
||||
case 6: // SPEED
|
||||
case 73:// ENHANCED SPEED
|
||||
kph = value * 3.6 / 1000.0;
|
||||
if (field.deve_idx>-1)
|
||||
native_num = -1;
|
||||
else
|
||||
kph = value * 3.6 / 1000.0;
|
||||
break;
|
||||
case 7: // POWER
|
||||
watts = value;
|
||||
|
||||
BIN
test/rowing/RowingCIQspeed.FIT
Normal file
BIN
test/rowing/RowingCIQspeed.FIT
Normal file
Binary file not shown.
Reference in New Issue
Block a user