Hello,
i'm writing a Watch App and i want to read the speed.
I have a function where i read the infos
var info = Sensor.getInfo();
if (info has :speed && info.speed != null) {
velocita=info.speed;
}
When i run the app in the simulator (menu Simulation -> FIT data -> Simulate data) the speed change correctly.
I have uploaded the app e load on the watch, but the speed is alway 0.
What i need to do before, to read the speed?
thanks in advance,
Federico
community.garmin.com/.../1405822.png