”2016-06-15”

This commit is contained in:
Martin Donnelly 2016-06-15 16:45:04 +01:00
parent b90759f36f
commit ea44328fb9
7 changed files with 3 additions and 2 deletions

View File

@ -109,7 +109,7 @@ CC2650_ACCEL = function(p) {
this.data.mag.y = this.storeData(calcData.mag.y, this.data.mag.y);
this.data.mag.z = this.storeData(calcData.mag.z, this.data.mag.z);
// Console.log(JSON.stringify(this.data));
console.log(JSON.stringify(this.data));
// Console.log(this.state);
};

View File

@ -1,2 +1,3 @@
Ubuntu:300,400,500,700
Ubuntu+Condensed

View File

@ -109,7 +109,7 @@ CC2650_ACCEL = function(p) {
this.data.mag.y = this.storeData(calcData.mag.y, this.data.mag.y);
this.data.mag.z = this.storeData(calcData.mag.z, this.data.mag.z);
// Console.log(JSON.stringify(this.data));
console.log(JSON.stringify(this.data));
// Console.log(this.state);
};