Was trying to console.log an undefined string.
This commit is contained in:
parent
4aadc5a9df
commit
9d95ffa483
5
index.js
5
index.js
|
@ -286,8 +286,9 @@ function rSequence (req, res, next) {
|
||||||
//Ble functions
|
//Ble functions
|
||||||
|
|
||||||
function bFrame (cb) {
|
function bFrame (cb) {
|
||||||
console.log(str)
|
let dir = intval._state.frame.dir
|
||||||
cb({ dir: true, len : 630 })
|
let len = 630
|
||||||
|
cb({ dir: dir, len : len })
|
||||||
}
|
}
|
||||||
|
|
||||||
function index (req, res, next) {
|
function index (req, res, next) {
|
||||||
|
|
Loading…
Reference in New Issue