I'm trying to get the current temperature from the internal temperature sensor on my epix. I'm calling setEnabledSesnors( [ System.SENSOR_TEMPERATURE ] ) and enableSensorEvents().
In my sensor update callback, the temperature member of the sensor_info parameter is always null. I'm getting correct values for altitude and pressure.
What am I doing wrong?