From fc382df9cd0186115004a80b53b2c3e272415dc2 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 7 Jul 2016 12:08:04 +0100 Subject: [PATCH] process luxometer --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 1a2b4be..1803619 100644 --- a/lib/index.js +++ b/lib/index.js @@ -38,7 +38,7 @@ bluetest = module.exports = function(options) { //logger.debug('buffer:', data); //logger.warn('ascii:', _data); -logger.debug(data.length); +logger.debug(util.inspect(data)); /* var wH = _data.slice(-5).split(' '); var wB = []; wB[0] = parseInt(wH[0], 16);