Add todo comment about keepValues flag

This commit is contained in:
Eric Rosenbaum 2019-01-15 10:46:22 -05:00
parent 8f0e025261
commit e414e1b246

View file

@ -129,7 +129,7 @@ class GdxFor {
const adapter = new ScratchLinkDeviceAdapter(this._scratchLinkSocket, BLEUUID);
godirect.createDevice(adapter, {open: true, startMeasurements: false}).then(device => {
this._device = device;
this._device.keepValues = false;
this._device.keepValues = false; // todo: possibly remove after updating Vernier godirect module
this._startMeasurements();
});
}