bluetooth on data event

This commit is contained in:
mmcwilliams 2017-12-07 12:05:54 -05:00
parent 395c60b8a2
commit f1a5ae5aff
1 changed files with 2 additions and 2 deletions

View File

@ -290,9 +290,9 @@ function index (req, res, next) {
function init () { function init () {
createServer() createServer()
/*ble.on('data', (str) => { ble.on('data', (str) => {
console.log(str) console.log(str)
})*/ })
intval.init() intval.init()
} }