Hi guys.
I'm wrote Watch app where I start ActivityRecording and where I write accelerometer and gyro data to FIT file.
To do that, I have next code:
var _logger = new SensorLogging.SensorLogger({:accelerometer => {:enabled => true}, :gyroscope => {:enabled => true}});
var session = ActivityRecording.createSession({:name=>"Swim", :sport=>ActivityRecording.SPORT_SWIMMING, :subSport=>ActivityRecording.SUB_SPORT_OPEN_WATER, :sensorLogger=>_logger});
And this works just fine on Venu 2 Plus watch.
But there is no Gyro data for Fenix 6 Pro watch.
I can see that Fenix 6 Pro supports Gyro sensor. Why I don't see data in FIT file then ?