I'm trying to get the heart rate value from an external sensor (chest strap) so that I can display an indicator on my watch face when the heart rate is coming from that source. When I try to use the Sensor module in my watch face code, I get this error message:
Error: Permission Required
Details: Module 'Toybox.Sensor' not available to 'Watch Face'
I have the "Sensor" item selected in the permissions manifest, but that does not appear to help. Any advice would be appreciated.