Hello! Thank you for your great work!
I have a problem with cadence rpm overlay in obs.
In cadence rpm overlay addCyclingCadenceListener is called (which gives undefined function error in browser's console).
|
RealtimeIRL.forPullKey(pullKey).addCyclingCadenceListener(function ( |
In API no such function exists; the most similar one is addCyclingCrankListener
|
addCyclingCrankListener(callback: (power: Watts) => void) { |
But even after rewriting overlay code to use
RealtimeIRL.forPullKey(pullKey).addListener
callback doesn't return any revolutions in data (only available fields are: altitude, heading, location, pedometerSteps, reportedAt, speed, updatedAt). Companion app is working, bluetooth speed/cadence sensor is connected and real-time revs are displayed in it. Tried v1.3.3 (10902688) version of beacon app.
Hello! Thank you for your great work!
I have a problem with cadence rpm overlay in obs.
In cadence rpm overlay
addCyclingCadenceListeneris called (which gives undefined function error in browser's console).rtirl-obs/public/cycling_cadence/rpm.html
Line 12 in b050ac3
In API no such function exists; the most similar one is
addCyclingCrankListenerrtirl-obs/api/src/index.ts
Line 97 in b050ac3
But even after rewriting overlay code to use
callback doesn't return any revolutions in data (only available fields are:
altitude, heading, location, pedometerSteps, reportedAt, speed, updatedAt). Companion app is working, bluetooth speed/cadence sensor is connected and real-time revs are displayed in it. Tried v1.3.3 (10902688) version of beacon app.