mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 23:07:12 -05:00
Adding a TODO for an optional read param.
This commit is contained in:
parent
e4b82aeaef
commit
bd8f129022
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ class WeDo2 {
|
|||
BLEService.DEVICE_SERVICE,
|
||||
BLECharacteristic.LOW_VOLTAGE_ALERT,
|
||||
false,
|
||||
this._onMessage
|
||||
this._onMessage // TODO: make optional
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue