FitRideFile - Fix regression with native TCORE

Name and scale too.
Fixes #4643
This commit is contained in:
Alejandro Martinez
2025-05-12 18:12:30 -03:00
parent 8f03a19473
commit e10ad628f9
2 changed files with 3 additions and 1 deletions

View File

@@ -1538,7 +1538,7 @@ struct FitFileParser
return "STAMINA";
case 139: // CoreTemp
return "CORETEMP";
return "TCORE";
case 140: // Gap
return "GAP";
@@ -1577,6 +1577,7 @@ struct FitFileParser
case 108: // RESPIRATIONRATE
case 116: // Stress
case 139: // CoreTemp
return 100.0;
default:
@@ -3076,6 +3077,7 @@ genericnext:
tcore = deve_value;
} else {
tcore = value;
native_num = -1;
}
break;
default: