Adding Ev3 extension with three test blocks to latest device-connection work, auto-connecting to device for now.

This commit is contained in:
Evelyn Eastmond 2018-06-25 13:42:48 -04:00 committed by Ray Schamp
parent 4332725d33
commit 2d8ad05a78
6 changed files with 476 additions and 15 deletions
src/extensions/scratch3_microbit

View file

@ -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]}