mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
@@ -2302,7 +2302,8 @@ struct FitFileReaderState
|
||||
|
||||
case 9: // event_timestamp
|
||||
last_event_timestamp = value.v;
|
||||
start_timestamp = time-last_event_timestamp/1024.0;
|
||||
// update start_timestamp only if Timestamp (253) included for resyncs
|
||||
if (time > 0) start_timestamp = time-last_event_timestamp/1024.0;
|
||||
timestamps.append(last_event_timestamp/1024.0);
|
||||
break;
|
||||
case 10: // event_timestamp_12
|
||||
|
||||
BIN
test/swims/HRM-unbucle-resync.zip
Normal file
BIN
test/swims/HRM-unbucle-resync.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user