MetaWearApiTest[18284:2680975] [Error]: Timestamp error, please call setConfiguration:nil on the MBL
I have a Metamotion R and am logging accelerometer data.
When I press stop log, I get this error:
MetaWearApiTest[18284:2680975] [Error]: Timestamp error, please call setConfiguration:nil on the MBLMetaWear object to reset log
I added:
self.device.setConfigurationAsync(nil)
after self.logCleanup { ... }
======================
The app is working again. Any concerns here?
When I press stop log, I get this error:
MetaWearApiTest[18284:2680975] [Error]: Timestamp error, please call setConfiguration:nil on the MBLMetaWear object to reset log
I added:
self.device.setConfigurationAsync(nil)
after self.logCleanup { ... }
======================
The app is working again. Any concerns here?
This discussion has been closed.
Comments