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 b050ac3 commit 0a20a5aCopy full SHA for 0a20a5a
public/cycling_cadence/rpm.html
@@ -9,7 +9,7 @@
9
<script>
10
const pullKey = new URLSearchParams(window.location.search).get("key");
11
let previous = null;
12
- RealtimeIRL.forPullKey(pullKey).addCyclingCadenceListener(function (
+ RealtimeIRL.forPullKey(pullKey).addCyclingCrankListener(function (
13
data
14
) {
15
if (!data) {
0 commit comments