I have an app which saves a session with ActivityRecording.
I have added Tempe and heartrate sensors. Data from those two can be seen in the activity on Garmin Connect.
If I add the footpod sensor, I do not see any cadence/step data in the activity.
Is there any code to add to support this, apart from adding the sensor type:
Sensor.setEnabledSensors([Sensor.SENSOR_HEARTRATE,Sensor.SENSOR_TEMPERATURE,Sensor.SENSOR_FOOTPOD]);
The watch is vivoactive, so it does provide step information, like in the running app.
Thanks!