process luxometer

This commit is contained in:
Martin Donnelly 2016-07-07 12:08:04 +01:00
parent cd97bcdf24
commit fc382df9cd

View File

@ -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);