Dear Community,
In my watchface I show steps climbed progress, however some watches do not have altimeter. Respectively, watchface crashes due to failure to find "floorsClimbed".
I was thinking to do the IF check like
if (floorsClimbed) ...
but that doesn't work. There's no such symbol.
Can anyone please advise most effective way of checking sensor presence, so that the solution won't be model dependent?
Thanks in advance!