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:
Alejandro Martinez
2024-07-12 17:53:09 -03:00
parent 7ea54faafc
commit 36207bf882
2 changed files with 4 additions and 1 deletions

View File

@@ -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;

Binary file not shown.