We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30aca3b commit f2b463dCopy full SHA for f2b463d
apps/recorder/interface.html
@@ -420,7 +420,9 @@
420
<link href="https://banglejs.com/" />
421
</author>
422
</metadata>
423
- <trk><name>${title}</name><trkseg>${track.map(pt => {
+ <trk>
424
+ <name>${title}</name>
425
+ <trkseg>${track.map(pt => {
426
// Calculate cadence (steps per minute) from step count
427
// Formula: (steps in interval * 60 seconds * 1000ms) / time elapsed in ms
428
// Simplified to: steps * 30000 / time_ms (since 60 * 1000 / 2 = 30000)
0 commit comments