Skip to content

Commit 64c6652

Browse files
committed
Update version and changelog for averaging HR
1 parent 9c15c09 commit 64c6652

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/recorder/ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@
6161
0.47: Fix 'blip' on speed map on some recordings
6262
Ensure Battery voltage is only stored to 0.01v
6363
Add graphs for Steps+Battery
64-
0.48: Add ability to log average acceleration values
64+
0.48: Add ability to log average acceleration values
65+
0.49: Log average high confidence (>=80) HR reading for each interval, instead of logging the last
66+
reading. If none pass confidence threshold, fall back to highest low confidence reading.

apps/recorder/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "recorder",
33
"name": "Recorder",
44
"shortName": "Recorder",
5-
"version": "0.48",
5+
"version": "0.49",
66
"author": "bobrippling",
77
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
88
"icon": "app.png",

0 commit comments

Comments
 (0)