mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Add todo comment about keepValues flag
This commit is contained in:
parent
8f0e025261
commit
e414e1b246
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class GdxFor {
|
||||||
const adapter = new ScratchLinkDeviceAdapter(this._scratchLinkSocket, BLEUUID);
|
const adapter = new ScratchLinkDeviceAdapter(this._scratchLinkSocket, BLEUUID);
|
||||||
godirect.createDevice(adapter, {open: true, startMeasurements: false}).then(device => {
|
godirect.createDevice(adapter, {open: true, startMeasurements: false}).then(device => {
|
||||||
this._device = device;
|
this._device = device;
|
||||||
this._device.keepValues = false;
|
this._device.keepValues = false; // todo: possibly remove after updating Vernier godirect module
|
||||||
this._startMeasurements();
|
this._startMeasurements();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue