Skip to content

Commit

Permalink
Bugfix for missing HRR data
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Jan 22, 2025
1 parent 53cce95 commit 37a2acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/recorders/tcxRecorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export function createTCXRecorder (config) {
postExerciseHR.push(heartRate)
if ((postExerciseHR.length > 1) && (postExerciseHR.length <= 4)) {
// We skip reporting postExerciseHR[0] and only report measuring postExerciseHR[1], postExerciseHR[2], postExerciseHR[3]
tcxfileContentIsCurrent = false
allDataHasBeenWritten = false
createTcxFile()
}
Expand Down

0 comments on commit 37a2acc

Please sign in to comment.