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 2 additions and 2 deletions
Showing only changes of commit f1a5ae5aff - Show all commits

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()
} }