Need to initialize intval in server code.

This commit is contained in:
mmcw-dev 2017-10-21 11:47:55 -04:00
parent 186b8324d1
commit 06bdb8b763
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function init () {
/*ble.on('data', (str) => {
console.log(str)
})*/
//intval.init()
intval.init()
}
init()