mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Interval: Add interval type (Device, User, Peak, Route,...)
This commit is contained in:
@@ -162,7 +162,7 @@ struct SyncFileReaderState
|
||||
|
||||
if ((record_training_flag & 0x01) == 0) {
|
||||
// Only new lap
|
||||
rideFile->addInterval(last_interval_secs, secs, QString("%1").arg(interval));
|
||||
rideFile->addInterval(RideFileInterval::DEVICE, last_interval_secs, secs, QString("%1").arg(interval));
|
||||
last_interval_secs = secs;
|
||||
interval ++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user