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 3 deletions
Showing only changes of commit 139c72caee - Show all commits

View File

@ -295,12 +295,11 @@ function bleGetState () {
function init () {
createServer()
intval.init()
ble = new BLE(bleGetState)
ble.on('data', (str) => {
console.log(str)
})
intval.init()
ble = new BLE(bleGetState)
}
init()