From 06bdb8b76348d107339da030eba6762f7d545a84 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Sat, 21 Oct 2017 11:47:55 -0400 Subject: [PATCH] Need to initialize intval in server code. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e1233ac..be29495 100644 --- a/index.js +++ b/index.js @@ -142,7 +142,7 @@ function init () { /*ble.on('data', (str) => { console.log(str) })*/ - //intval.init() + intval.init() } init()