”2016-06-30”

This commit is contained in:
Martin Donnelly 2016-06-30 16:45:08 +01:00
parent ec5ec939fc
commit 7fb8d179e6
5 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ var BLUVIB = function(p) {
this.onError);
var configData = new Uint16Array(1);
var configData = new Uint8Array(1);
// Turn on gyro, accel, and mag, 2G range, Disable wake on motion
configData[0] = 0x0001;
configData[0] = 0x76;
ble.write(this.deviceID,
this.serviceDef.service,
this.serviceDef.enable,