Was trying to console.log an undefined string.

This commit is contained in:
mmcwilliams 2017-12-12 13:14:20 -05:00
parent 4aadc5a9df
commit 9d95ffa483
1 changed files with 3 additions and 2 deletions

View File

@ -286,8 +286,9 @@ function rSequence (req, res, next) {
//Ble functions
function bFrame (cb) {
console.log(str)
cb({ dir: true, len : 630 })
let dir = intval._state.frame.dir
let len = 630
cb({ dir: dir, len : len })
}
function index (req, res, next) {