process luxometer

This commit is contained in:
Martin Donnelly 2016-07-07 14:00:43 +01:00
parent fc382df9cd
commit 7fbb8aac27

View File

@ -38,7 +38,7 @@ bluetest = module.exports = function(options) {
//logger.debug('buffer:', data);
//logger.warn('ascii:', _data);
logger.debug(util.inspect(data));
logger.debug(_data);
/* var wH = _data.slice(-5).split(' ');
var wB = [];
wB[0] = parseInt(wH[0], 16);