mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
FitRideFile - Fix regression with native TCORE
Name and scale too. Fixes #4643
This commit is contained in:
@@ -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:
|
||||
|
||||
BIN
test/rides/Karoo-Botley_BW_Swanmore_Wickham-2025-05-09-1238.fit
Normal file
BIN
test/rides/Karoo-Botley_BW_Swanmore_Wickham-2025-05-09-1238.fit
Normal file
Binary file not shown.
Reference in New Issue
Block a user