mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +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;
|
break;
|
||||||
case 6: // SPEED
|
case 6: // SPEED
|
||||||
case 73:// ENHANCED 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;
|
break;
|
||||||
case 7: // POWER
|
case 7: // POWER
|
||||||
watts = value;
|
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