I created a custom workout file using the SDK and everything looks good except the workout step name. I'm setting wkt_step_name on each of my three steps like so:
workoutStep.setWktStepName(IntervalStep.getActivity());
workoutStep.setNotes(IntervalStep.getActivity());In the example .fit file each step has a defined workout step name: 'Run', 'Drills', and 'Walk'. Devices completely ignore whatever string I set and just show 'Run' for each step. The notes show the correct string though. I'm testing on a 645 music and a Vivoactive 3. For example, the last step I want it to say 'Walk 1:00' but you can see it says 'Run 1:00' from the attached image.
Am I doing something wrong?