diff --git a/index.js b/index.js index 06395b8..ee66fd8 100644 --- a/index.js +++ b/index.js @@ -290,9 +290,9 @@ function index (req, res, next) { function init () { createServer() - /*ble.on('data', (str) => { + ble.on('data', (str) => { console.log(str) - })*/ + }) intval.init() }