mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-13 06:49:19 -04:00
Adding Ev3 extension with three test blocks to latest device-connection work, auto-connecting to device for now.
This commit is contained in:
parent
4332725d33
commit
2d8ad05a78
6 changed files with 476 additions and 15 deletions
src/extensions/scratch3_microbit
|
@ -111,7 +111,7 @@ class MicroBit {
|
|||
* Called by the runtime when user wants to scan for a device.
|
||||
*/
|
||||
startDeviceScan () {
|
||||
console.log('making a new BLE session');
|
||||
log.info('making a new BLE session');
|
||||
this._ble = new BLESession(this._runtime, {
|
||||
filters: [
|
||||
{services: [BLEUUID.service]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue