I'm using the bme680 with the bsec library and the bsec iot example code as my starting point. I notice that the sample code does not check the status for the call to bsec_sensor_control(). Under normal circumstances this always returns 0 but what if it doesn't? If I force an error with an invalid timestamp I notice it never recovers. What about bsec_do_steps()? The status code from this call is just passed to a user provided function. Thanks, Jonathan
... View more