Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 05a69e5512 - Show all commits

View File

@ -171,7 +171,7 @@ class BLE {
return callback(result)
}
utf8 = data.toString('utf8')
console.log(uft8)
obj = JSON.parse(utf8)
console.dir(obj)
result = bleno.Characteristic.RESULT_SUCCESS